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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/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)


1728
1729
1730
1731
1732
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1728

class DeleteEventDataStoreRequest < Struct.new(
  :event_data_store)
  SENSITIVE = []
  include Aws::Structure
end