Class: Aws::Connect::Types::GetFederationTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetFederationTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
The credentials to use for federation.
-
#sign_in_url ⇒ String
The URL to sign into the user's instance.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
-
#user_id ⇒ String
The identifier for the user.
Instance Attribute Details
#credentials ⇒ Types::Credentials
The credentials to use for federation.
16145 16146 16147 16148 16149 16150 16151 16152 |
# File 'lib/aws-sdk-connect/types.rb', line 16145 class GetFederationTokenResponse < Struct.new( :user_id, :user_arn, :credentials, :sign_in_url) SENSITIVE = [:credentials] include Aws::Structure end |
#sign_in_url ⇒ String
The URL to sign into the user's instance.
16145 16146 16147 16148 16149 16150 16151 16152 |
# File 'lib/aws-sdk-connect/types.rb', line 16145 class GetFederationTokenResponse < Struct.new( :user_id, :user_arn, :credentials, :sign_in_url) SENSITIVE = [:credentials] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
16145 16146 16147 16148 16149 16150 16151 16152 |
# File 'lib/aws-sdk-connect/types.rb', line 16145 class GetFederationTokenResponse < Struct.new( :user_id, :user_arn, :credentials, :sign_in_url) SENSITIVE = [:credentials] include Aws::Structure end |
#user_id ⇒ String
The identifier for the user. This can be the ID or the ARN of the user.
16145 16146 16147 16148 16149 16150 16151 16152 |
# File 'lib/aws-sdk-connect/types.rb', line 16145 class GetFederationTokenResponse < Struct.new( :user_id, :user_arn, :credentials, :sign_in_url) SENSITIVE = [:credentials] include Aws::Structure end |