Module: Aws::CloudTrail::Client::_PutEventConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutEventConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_configurations ⇒ ::Array[Types::AggregationConfiguration]
- #context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
- #event_data_store_arn ⇒ ::String
- #max_event_size ⇒ "Standard", "Large"
- #trail_arn ⇒ ::String
Instance Method Details
#aggregation_configurations ⇒ ::Array[Types::AggregationConfiguration]
740 |
# File 'sig/client.rbs', line 740
def aggregation_configurations: () -> ::Array[Types::AggregationConfiguration]
|
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
739 |
# File 'sig/client.rbs', line 739
def context_key_selectors: () -> ::Array[Types::ContextKeySelector]
|
#event_data_store_arn ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def event_data_store_arn: () -> ::String
|
#max_event_size ⇒ "Standard", "Large"
738 |
# File 'sig/client.rbs', line 738
def max_event_size: () -> ("Standard" | "Large")
|
#trail_arn ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def trail_arn: () -> ::String
|