Class: Aws::CloudTrail::Types::GetEventConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storeString

The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which you want to retrieve event configuration settings.

Returns:

  • (String)


2093
2094
2095
2096
2097
2098
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2093

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

#trail_nameString

The name of the trail for which you want to retrieve event configuration settings.

Returns:

  • (String)


2093
2094
2095
2096
2097
2098
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2093

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