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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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)


13341
13342
13343
13344
13345
13346
13347
13348
13349
13350
13351
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13341

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