Class: Aws::CloudTrail::Types::StartEventDataStoreIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartEventDataStoreIngestionRequest
- 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 start 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 start ingestion.
4431 4432 4433 4434 4435 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4431 class StartEventDataStoreIngestionRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |