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.
16063 16064 16065 |
# File 'sig/types.rbs', line 16063 def association_id @association_id end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
16062 16063 16064 |
# File 'sig/types.rbs', line 16062 def iam_instance_profile @iam_instance_profile end |