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.
4291 4292 4293 4294 4295 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4291 class RestoreEventDataStoreRequest < Struct.new( :event_data_store) SENSITIVE = [] include Aws::Structure end |