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.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def instance_profile_name @instance_profile_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def role_name @role_name end |