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_timeTime

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_arnString

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_arnString

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

Returns:

  • (String)

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

#instance_arnString

The ARN of the on-premises instance.

Returns:

  • (String)

    The ARN of the on-premises instance.

#instance_nameString

The name of the on-premises instance.

Returns:

  • (String)

    The name of the on-premises instance.

#register_timeTime

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

Returns:

  • (Time)

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

#tagsArray<Types::Tag>

The tags currently associated with the on-premises instance.

Returns:

  • (Array<Types::Tag>)

    The tags currently associated with the on-premises instance.