Class: Aws::Types::CreateRoleAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoleAliasResponse
- 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.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def role_alias @role_alias end |
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def role_alias_arn @role_alias_arn end |