Method: Aws::IoT::Types::RoleAliasDescription#credential_duration_seconds

Defined in:
lib/aws-sdk-iot/types.rb

#credential_duration_secondsInteger

The number of seconds for which the credential is valid.

Returns:

  • (Integer)


14726
14727
14728
14729
14730
14731
14732
14733
14734
14735
14736
# File 'lib/aws-sdk-iot/types.rb', line 14726

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