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
- Struct
- Aws::EC2::Types::IamInstanceProfileAssociation
- Defined in:
- (unknown)
Overview
Describes an association between an IAM instance profile and an instance.
Returned by:
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the association.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
The IAM instance profile.
-
#instance_id ⇒ String
The ID of the instance.
-
#state ⇒ String
The state of the association.
-
#timestamp ⇒ Time
The time the IAM instance profile was associated with the instance.
Instance Attribute Details
#association_id ⇒ String
The ID of the association.
#iam_instance_profile ⇒ Types::IamInstanceProfile
The IAM instance profile.
#instance_id ⇒ String
The ID of the instance.
#state ⇒ String
The state of the association.
Possible values:
- associating
- associated
- disassociating
- disassociated
#timestamp ⇒ Time
The time the IAM instance profile was associated with the instance.