You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::InstanceInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an on-premises instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deregister_time ⇒ Time

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

Returns:

  • (Time) —

    If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

#iam_session_arn ⇒ String

The ARN of the IAM session associated with the on-premises instance.

Returns:

  • (String) —

    The ARN of the IAM session associated with the on-premises instance.

#iam_user_arn ⇒ String

The IAM user ARN associated with the on-premises instance.

Returns:

  • (String) —

    The IAM user ARN associated with the on-premises instance.

#instance_arn ⇒ String

The ARN of the on-premises instance.

Returns:

  • (String) —

    The ARN of the on-premises instance.

#instance_name ⇒ String

The name of the on-premises instance.

Returns:

  • (String) —

    The name of the on-premises instance.

#register_time ⇒ Time

The time at which the on-premises instance was registered.

Returns:

  • (Time) —

    The time at which the on-premises instance was registered.

#tags ⇒ Array<Types::Tag>

The tags currently associated with the on-premises instance.

Returns:

  • (Array<Types::Tag>) —

    The tags currently associated with the on-premises instance.