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