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
show all
Defined in:
(unknown)

Overview

Role alias description.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The UNIX timestamp of when the role alias was created.

Returns:

  • (Time)

    The UNIX timestamp of when the role alias was created.

#credential_duration_secondsInteger

The number of seconds for which the credential is valid.

Returns:

  • (Integer)

    The number of seconds for which the credential is valid.

#last_modified_dateTime

The UNIX timestamp of when the role alias was last modified.

Returns:

  • (Time)

    The UNIX timestamp of when the role alias was last modified.

#ownerString

The role alias owner.

Returns:

  • (String)

    The role alias owner.

#role_aliasString

The role alias.

Returns:

  • (String)

    The role alias.

#role_alias_arnString

The ARN of the role alias.

Returns:

  • (String)

    The ARN of the role alias.

#role_arnString

The role ARN.

Returns:

  • (String)

    The role ARN.