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:



7521
7522
7523
7524
7525
7526
7527
7528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7521

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)


7521
7522
7523
7524
7525
7526
7527
7528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7521

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)


7521
7522
7523
7524
7525
7526
7527
7528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7521

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)


7521
7522
7523
7524
7525
7526
7527
7528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7521

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