Class: Aws::CloudTrail::Types::DeleteEventDataStoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storeString

The ARN (or the ID suffix of the ARN) of the event data store to delete.

Returns:

  • (String)


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