Class: Aws::EC2::Types::IamInstanceProfileAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IamInstanceProfileAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association between an IAM instance profile and an instance.
Constant Summary collapse
- SENSITIVE =
[]
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.
37729 37730 37731 37732 37733 37734 37735 37736 37737 |
# File 'lib/aws-sdk-ec2/types.rb', line 37729 class IamInstanceProfileAssociation < Struct.new( :association_id, :instance_id, :iam_instance_profile, :state, :timestamp) SENSITIVE = [] include Aws::Structure end |
#iam_instance_profile ⇒ Types::IamInstanceProfile
The IAM instance profile.
37729 37730 37731 37732 37733 37734 37735 37736 37737 |
# File 'lib/aws-sdk-ec2/types.rb', line 37729 class IamInstanceProfileAssociation < Struct.new( :association_id, :instance_id, :iam_instance_profile, :state, :timestamp) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
37729 37730 37731 37732 37733 37734 37735 37736 37737 |
# File 'lib/aws-sdk-ec2/types.rb', line 37729 class IamInstanceProfileAssociation < Struct.new( :association_id, :instance_id, :iam_instance_profile, :state, :timestamp) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association.
37729 37730 37731 37732 37733 37734 37735 37736 37737 |
# File 'lib/aws-sdk-ec2/types.rb', line 37729 class IamInstanceProfileAssociation < Struct.new( :association_id, :instance_id, :iam_instance_profile, :state, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time the IAM instance profile was associated with the instance.
37729 37730 37731 37732 37733 37734 37735 37736 37737 |
# File 'lib/aws-sdk-ec2/types.rb', line 37729 class IamInstanceProfileAssociation < Struct.new( :association_id, :instance_id, :iam_instance_profile, :state, :timestamp) SENSITIVE = [] include Aws::Structure end |