Class: Aws::Types::IamInstanceProfileAssociation
- Inherits:
-
Object
- Object
- Aws::Types::IamInstanceProfileAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
10784 10785 10786 |
# File 'sig/types.rbs', line 10784 def association_id @association_id end |
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
10786 10787 10788 |
# File 'sig/types.rbs', line 10786 def iam_instance_profile @iam_instance_profile end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10785 10786 10787 |
# File 'sig/types.rbs', line 10785 def instance_id @instance_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
10787 10788 10789 |
# File 'sig/types.rbs', line 10787 def state @state end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
10788 10789 10790 |
# File 'sig/types.rbs', line 10788 def @timestamp end |