Class: Aws::CloudTrail::Types::GetEventConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetEventConfigurationRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store ⇒ String
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.
-
#trail_name ⇒ String
The name of the trail for which you want to retrieve event configuration settings.
Instance Attribute Details
#event_data_store ⇒ String
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.
2113 2114 2115 2116 2117 2118 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2113 class GetEventConfigurationRequest < Struct.new( :trail_name, :event_data_store) SENSITIVE = [] include Aws::Structure end |
#trail_name ⇒ String
The name of the trail for which you want to retrieve event configuration settings.
2113 2114 2115 2116 2117 2118 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2113 class GetEventConfigurationRequest < Struct.new( :trail_name, :event_data_store) SENSITIVE = [] include Aws::Structure end |