Class: Aws::Types::CreateRoleAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoleAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_duration_seconds ⇒ ::Integer
Returns the value of attribute credential_duration_seconds.
-
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#credential_duration_seconds ⇒ ::Integer
Returns the value of attribute credential_duration_seconds.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def credential_duration_seconds @credential_duration_seconds end |
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def role_alias @role_alias end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def @tags end |