Class: Aws::CloudTrail::Types::DeleteEventDataStoreRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::DeleteEventDataStoreRequest
 
 
- 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 the ID suffix of the ARN) of the event data store to delete.
 
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of the event data store to delete.
      1385 1386 1387 1388 1389  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1385 class DeleteEventDataStoreRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end  |