Class: Aws::Types::UpdateRoleAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoleAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
-
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
Instance Attribute Details
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
5296 5297 5298 |
# File 'sig/types.rbs', line 5296 def role_alias @role_alias end |
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
5297 5298 5299 |
# File 'sig/types.rbs', line 5297 def role_alias_arn @role_alias_arn end |