Class: Aws::CloudTrail::Types::GetEventDataStoreRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::GetEventDataStoreRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_data_store  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN (or ID suffix of the ARN) of the event data store about which you want information.
 
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store about which you want information.
      2040 2041 2042 2043 2044  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2040 class GetEventDataStoreRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end  |