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

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

Returns:

  • (String)


4938
4939
4940
4941
4942
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4938

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