Class: Aws::Types::AssociateIamInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIamInstanceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
595 596 597 |
# File 'sig/types.rbs', line 595 def iam_instance_profile @iam_instance_profile end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def instance_id @instance_id end |