Class: Aws::CloudTrail::Types::PutEventConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutEventConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_key_selectors ⇒ Array<Types::ContextKeySelector>
The list of context key selectors that are configured for the event data store.
-
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.
-
#max_event_size ⇒ String
The maximum allowed size for events stored in the specified event data store.
Instance Attribute Details
#context_key_selectors ⇒ Array<Types::ContextKeySelector>
The list of context key selectors that are configured for the event data store.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4054 class PutEventConfigurationResponse < Struct.new( :event_data_store_arn, :max_event_size, :context_key_selectors) SENSITIVE = [] include Aws::Structure end |
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4054 class PutEventConfigurationResponse < Struct.new( :event_data_store_arn, :max_event_size, :context_key_selectors) SENSITIVE = [] include Aws::Structure end |
#max_event_size ⇒ String
The maximum allowed size for events stored in the specified event data store.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4054 class PutEventConfigurationResponse < Struct.new( :event_data_store_arn, :max_event_size, :context_key_selectors) SENSITIVE = [] include Aws::Structure end |