Module: Aws::CloudTrail::Client::_GetEventConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventConfigurationResponse]
- 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]
409 |
# File 'sig/client.rbs', line 409
def aggregation_configurations: () -> ::Array[Types::AggregationConfiguration]
|
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
408 |
# File 'sig/client.rbs', line 408
def context_key_selectors: () -> ::Array[Types::ContextKeySelector]
|
#event_data_store_arn ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def event_data_store_arn: () -> ::String
|
#max_event_size ⇒ "Standard", "Large"
407 |
# File 'sig/client.rbs', line 407
def max_event_size: () -> ("Standard" | "Large")
|
#trail_arn ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def trail_arn: () -> ::String
|