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:



8343
8344
8345
8346
8347
8348
8349
8350
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8343

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)


8343
8344
8345
8346
8347
8348
8349
8350
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8343

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)


8343
8344
8345
8346
8347
8348
8349
8350
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8343

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)


8343
8344
8345
8346
8347
8348
8349
8350
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8343

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