Class: Aws::Types::PutEventConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutEventConfigurationResponse
- 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.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def aggregation_configurations @aggregation_configurations end |
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
Returns the value of attribute context_key_selectors.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def context_key_selectors @context_key_selectors end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
997 998 999 |
# File 'sig/types.rbs', line 997 def event_data_store_arn @event_data_store_arn end |
#max_event_size ⇒ "Standard", "Large"
Returns the value of attribute max_event_size.
998 999 1000 |
# File 'sig/types.rbs', line 998 def max_event_size @max_event_size end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
996 997 998 |
# File 'sig/types.rbs', line 996 def trail_arn @trail_arn end |