Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Connect::Types::GetFederationTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

The credentials to use for federation.

Returns:


10129
10130
10131
10132
10133
10134
10135
10136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10129

class GetFederationTokenResponse < Struct.new(
  :credentials,
  :sign_in_url,
  :user_arn,
  :user_id)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#sign_in_urlString

The URL to sign into the user's instance.

Returns:

  • (String)

10129
10130
10131
10132
10133
10134
10135
10136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10129

class GetFederationTokenResponse < Struct.new(
  :credentials,
  :sign_in_url,
  :user_arn,
  :user_id)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#user_arnString

The Amazon Resource Name (ARN) of the user.

Returns:

  • (String)

10129
10130
10131
10132
10133
10134
10135
10136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10129

class GetFederationTokenResponse < Struct.new(
  :credentials,
  :sign_in_url,
  :user_arn,
  :user_id)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#user_idString

The identifier for the user. This can be the ID or the ARN of the user.

Returns:

  • (String)

10129
10130
10131
10132
10133
10134
10135
10136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10129

class GetFederationTokenResponse < Struct.new(
  :credentials,
  :sign_in_url,
  :user_arn,
  :user_id)
  SENSITIVE = [:credentials]
  include Aws::Structure
end