Class: Aws::Types::RemoveRoleFromInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveRoleFromInstanceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def instance_profile_name @instance_profile_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def role_name @role_name end |