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.
      10129 10130 10131 10132 10133 10134 10135 10136  | 
    
      # File '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_url ⇒ String
The URL to sign into the user’s instance.
      10129 10130 10131 10132 10133 10134 10135 10136  | 
    
      # File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
      10129 10130 10131 10132 10133 10134 10135 10136  | 
    
      # File '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_id ⇒ String
The identifier for the user. This can be the ID or the ARN of the user.
      10129 10130 10131 10132 10133 10134 10135 10136  | 
    
      # File '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  |