Class: Aws::CloudTrail::Types::StopEventDataStoreIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StopEventDataStoreIngestionRequest
- 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 ID suffix of the ARN) of the event data store for which you want to stop ingestion.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or ID suffix of the ARN) of the event data store for which you want to stop ingestion.
4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4612 class StopEventDataStoreIngestionRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |