Class: Aws::IAM::Types::SetSecurityTokenServicePreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::SetSecurityTokenServicePreferencesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_endpoint_token_version ⇒ String
The version of the global endpoint token.
Instance Attribute Details
#global_endpoint_token_version ⇒ String
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
9494 9495 9496 9497 9498 |
# File 'lib/aws-sdk-iam/types.rb', line 9494 class SetSecurityTokenServicePreferencesRequest < Struct.new( :global_endpoint_token_version) SENSITIVE = [] include Aws::Structure end |