Class: Aws::Types::UpdateManagedInstanceRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateManagedInstanceRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
4594 4595 4596 |
# File 'sig/types.rbs', line 4594 def iam_role @iam_role end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def instance_id @instance_id end |