Class: Aws::IAM::Types::SetSecurityTokenServicePreferencesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_endpoint_token_versionString

The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.

For information, see [Activating and deactivating STS in an Amazon Web Services Region] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html

Returns:

  • (String)


9511
9512
9513
9514
9515
# File 'lib/aws-sdk-iam/types.rb', line 9511

class SetSecurityTokenServicePreferencesRequest < Struct.new(
  :global_endpoint_token_version)
  SENSITIVE = []
  include Aws::Structure
end