Class: Aws::IoT::Types::RoleAliasDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Role alias description.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The UNIX timestamp of when the role alias was created.

Returns:

  • (Time)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#credential_duration_secondsInteger

The number of seconds for which the credential is valid.

Returns:

  • (Integer)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

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

Returns:

  • (Time)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The role alias owner.

Returns:

  • (String)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#role_aliasString

The role alias.

Returns:

  • (String)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#role_alias_arnString

The ARN of the role alias.

Returns:

  • (String)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The role ARN.

Returns:

  • (String)


13535
13536
13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13535

class RoleAliasDescription < Struct.new(
  :role_alias,
  :role_alias_arn,
  :role_arn,
  :owner,
  :credential_duration_seconds,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end