Class: Aws::Connect::Types::GetFederationTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetFederationTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
16120 16121 16122 16123 16124 |
# File 'lib/aws-sdk-connect/types.rb', line 16120 class GetFederationTokenRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |