Class: Aws::Types::UpdateRoleAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoleAliasRequest
- 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.
Instance Attribute Details
#credential_duration_seconds ⇒ ::Integer
Returns the value of attribute credential_duration_seconds.
5291 5292 5293 |
# File 'sig/types.rbs', line 5291 def credential_duration_seconds @credential_duration_seconds end |
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
5289 5290 5291 |
# File 'sig/types.rbs', line 5289 def role_alias @role_alias end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5290 5291 5292 |
# File 'sig/types.rbs', line 5290 def role_arn @role_arn end |