Class: Aws::Types::ReplaceIamInstanceProfileAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceIamInstanceProfileAssociationRequest
- 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::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
15766 15767 15768 |
# File 'sig/types.rbs', line 15766 def association_id @association_id end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
15765 15766 15767 |
# File 'sig/types.rbs', line 15765 def iam_instance_profile @iam_instance_profile end |