Class: Aws::CloudTrail::Types::RestoreEventDataStoreRequest

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 the ID suffix of the ARN) of the event data store that you want to restore.

Returns:

  • (String)


4617
4618
4619
4620
4621
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4617

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