Class: Aws::CloudTrail::Types::RestoreEventDataStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::RestoreEventDataStoreRequest
- 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 the ID suffix of the ARN) of the event data store that you want to restore.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of the event data store that you want to restore.
4547 4548 4549 4550 4551 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4547 class RestoreEventDataStoreRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |