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

Class: Aws::EC2::Types::IamInstanceProfileAssociation

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association.

Returns:

  • (String)

    The ID of the association.

#iam_instance_profileTypes::IamInstanceProfile

The IAM instance profile.

Returns:

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#stateString

The state of the association.

Possible values:

  • associating
  • associated
  • disassociating
  • disassociated

Returns:

  • (String)

    The state of the association.

#timestampTime

The time the IAM instance profile was associated with the instance.

Returns:

  • (Time)

    The time the IAM instance profile was associated with the instance.