Class: Aws::Types::GetEventConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configurations::Array[Types::AggregationConfiguration]

Returns the value of attribute aggregation_configurations.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def trail_arn
  @trail_arn
end