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]
742 |
# File 'sig/client.rbs', line 742 def aggregation_configurations: () -> ::Array[Types::AggregationConfiguration] |
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
741 |
# File 'sig/client.rbs', line 741 def context_key_selectors: () -> ::Array[Types::ContextKeySelector] |
#event_data_store_arn ⇒ ::String
739 |
# File 'sig/client.rbs', line 739 def event_data_store_arn: () -> ::String |
#max_event_size ⇒ "Standard", "Large"
740 |
# File 'sig/client.rbs', line 740 def max_event_size: () -> ("Standard" | "Large") |
#trail_arn ⇒ ::String
738 |
# File 'sig/client.rbs', line 738 def trail_arn: () -> ::String |