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.
1286 1287 1288 1289 1290 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1286 class DeleteEventDataStoreRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |