Class: Aws::CloudTrail::Types::StopEventDataStoreIngestionRequest

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 ID suffix of the ARN) of the event data store for which you want to stop ingestion.

Returns:

  • (String)


5009
5010
5011
5012
5013
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5009

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