You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::RoleAliasDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RoleAliasDescription
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The UNIX timestamp of when the role alias was created.
-
#credential_duration_seconds ⇒ Integer
The number of seconds for which the credential is valid.
-
#last_modified_date ⇒ Time
The UNIX timestamp of when the role alias was last modified.
-
#owner ⇒ String
The role alias owner.
-
#role_alias ⇒ String
The role alias.
-
#role_alias_arn ⇒ String
The ARN of the role alias.
-
#role_arn ⇒ String
The role ARN.
Instance Attribute Details
#creation_date ⇒ Time
The UNIX timestamp of when the role alias was created.
#credential_duration_seconds ⇒ Integer
The number of seconds for which the credential is valid.
#last_modified_date ⇒ Time
The UNIX timestamp of when the role alias was last modified.
#owner ⇒ String
The role alias owner.
#role_alias ⇒ String
The role alias.
#role_alias_arn ⇒ String
The ARN of the role alias.
#role_arn ⇒ String
The role ARN.