Class: Aws::CloudTrail::Types::EnableFederationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::EnableFederationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_data_store_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the event data store for which you enabled Lake query federation.
 - 
  
    
      #federation_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the federation role.
 - 
  
    
      #federation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The federation status.
 
Instance Attribute Details
#event_data_store_arn ⇒ String
The ARN of the event data store for which you enabled Lake query federation.
      1693 1694 1695 1696 1697 1698 1699  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1693 class EnableFederationResponse < Struct.new( :event_data_store_arn, :federation_status, :federation_role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#federation_role_arn ⇒ String
The ARN of the federation role.
      1693 1694 1695 1696 1697 1698 1699  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1693 class EnableFederationResponse < Struct.new( :event_data_store_arn, :federation_status, :federation_role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#federation_status ⇒ String
The federation status.
      1693 1694 1695 1696 1697 1698 1699  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1693 class EnableFederationResponse < Struct.new( :event_data_store_arn, :federation_status, :federation_role_arn) SENSITIVE = [] include Aws::Structure end  |