Class: Aws::Connect::Types::GetFederationTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetFederationTokenResponse
- Defined in:
- gems/aws-sdk-connect/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.
8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8821 class GetFederationTokenResponse < Struct.new( :credentials, :sign_in_url, :user_arn, :user_id) SENSITIVE = [:credentials] include Aws::Structure end |
#sign_in_url ⇒ String
The URL to sign into the user's instance.
8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8821 class GetFederationTokenResponse < Struct.new( :credentials, :sign_in_url, :user_arn, :user_id) SENSITIVE = [:credentials] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8821 class GetFederationTokenResponse < Struct.new( :credentials, :sign_in_url, :user_arn, :user_id) 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.
8821 8822 8823 8824 8825 8826 8827 8828 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8821 class GetFederationTokenResponse < Struct.new( :credentials, :sign_in_url, :user_arn, :user_id) SENSITIVE = [:credentials] include Aws::Structure end |