Class: Aws::Types::AddRoleToInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddRoleToInstanceProfileRequest
- 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.
60 61 62 |
# File 'sig/types.rbs', line 60 def instance_profile_name @instance_profile_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def role_name @role_name end |