Class: Aws::Types::GetEventConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_configurations ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configurations.
-
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
Returns the value of attribute context_key_selectors.
-
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
-
#max_event_size ⇒ "Standard", "Large"
Returns the value of attribute max_event_size.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
Instance Attribute Details
#aggregation_configurations ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configurations.
466 467 468 |
# File 'sig/types.rbs', line 466 def aggregation_configurations @aggregation_configurations end |
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
Returns the value of attribute context_key_selectors.
465 466 467 |
# File 'sig/types.rbs', line 465 def context_key_selectors @context_key_selectors end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
463 464 465 |
# File 'sig/types.rbs', line 463 def event_data_store_arn @event_data_store_arn end |
#max_event_size ⇒ "Standard", "Large"
Returns the value of attribute max_event_size.
464 465 466 |
# File 'sig/types.rbs', line 464 def max_event_size @max_event_size end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
462 463 464 |
# File 'sig/types.rbs', line 462 def trail_arn @trail_arn end |