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.
11045 11046 11047 |
# File 'sig/types.rbs', line 11045 def association_id @association_id end |
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
11047 11048 11049 |
# File 'sig/types.rbs', line 11047 def iam_instance_profile @iam_instance_profile end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11046 11047 11048 |
# File 'sig/types.rbs', line 11046 def instance_id @instance_id end |
#state ⇒ "associating", ...
Returns the value of attribute state.
11048 11049 11050 |
# File 'sig/types.rbs', line 11048 def state @state end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
11049 11050 11051 |
# File 'sig/types.rbs', line 11049 def @timestamp end |