Class: Aws::CloudTrail::Types::DisableFederationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::DisableFederationResponse
 
 
- 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 disabled Lake query federation.
 - 
  
    
      #federation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The federation status.
 
Instance Attribute Details
#event_data_store_arn ⇒ String
The ARN of the event data store for which you disabled Lake query federation.
      1645 1646 1647 1648 1649 1650  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1645 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#federation_status ⇒ String
The federation status.
      1645 1646 1647 1648 1649 1650  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1645 class DisableFederationResponse < Struct.new( :event_data_store_arn, :federation_status) SENSITIVE = [] include Aws::Structure end  |