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]
411 |
# File 'sig/client.rbs', line 411 def aggregation_configurations: () -> ::Array[Types::AggregationConfiguration] |
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
410 |
# File 'sig/client.rbs', line 410 def context_key_selectors: () -> ::Array[Types::ContextKeySelector] |
#event_data_store_arn ⇒ ::String
408 |
# File 'sig/client.rbs', line 408 def event_data_store_arn: () -> ::String |
#max_event_size ⇒ "Standard", "Large"
409 |
# File 'sig/client.rbs', line 409 def max_event_size: () -> ("Standard" | "Large") |
#trail_arn ⇒ ::String
407 |
# File 'sig/client.rbs', line 407 def trail_arn: () -> ::String |