Class: Aws::Types::PutEventConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEventConfigurationRequest
- 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 ⇒ ::String
Returns the value of attribute event_data_store.
-
#max_event_size ⇒ "Standard", "Large"
Returns the value of attribute max_event_size.
-
#trail_name ⇒ ::String
Returns the value of attribute trail_name.
Instance Attribute Details
#aggregation_configurations ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configurations.
991 992 993 |
# File 'sig/types.rbs', line 991 def aggregation_configurations @aggregation_configurations end |
#context_key_selectors ⇒ ::Array[Types::ContextKeySelector]
Returns the value of attribute context_key_selectors.
990 991 992 |
# File 'sig/types.rbs', line 990 def context_key_selectors @context_key_selectors end |
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
988 989 990 |
# File 'sig/types.rbs', line 988 def event_data_store @event_data_store end |
#max_event_size ⇒ "Standard", "Large"
Returns the value of attribute max_event_size.
989 990 991 |
# File 'sig/types.rbs', line 989 def max_event_size @max_event_size end |
#trail_name ⇒ ::String
Returns the value of attribute trail_name.
987 988 989 |
# File 'sig/types.rbs', line 987 def trail_name @trail_name end |