Class: Aws::Types::RoleAliasDescription
- Inherits:
-
Object
- Object
- Aws::Types::RoleAliasDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#credential_duration_seconds ⇒ ::Integer
Returns the value of attribute credential_duration_seconds.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
-
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4346 4347 4348 |
# File 'sig/types.rbs', line 4346 def creation_date @creation_date end |
#credential_duration_seconds ⇒ ::Integer
Returns the value of attribute credential_duration_seconds.
4345 4346 4347 |
# File 'sig/types.rbs', line 4345 def credential_duration_seconds @credential_duration_seconds end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
4347 4348 4349 |
# File 'sig/types.rbs', line 4347 def last_modified_date @last_modified_date end |
#owner ⇒ ::String
Returns the value of attribute owner.
4344 4345 4346 |
# File 'sig/types.rbs', line 4344 def owner @owner end |
#role_alias ⇒ ::String
Returns the value of attribute role_alias.
4341 4342 4343 |
# File 'sig/types.rbs', line 4341 def role_alias @role_alias end |
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
4342 4343 4344 |
# File 'sig/types.rbs', line 4342 def role_alias_arn @role_alias_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4343 4344 4345 |
# File 'sig/types.rbs', line 4343 def role_arn @role_arn end |