Class: Aws::Types::PutEventConfigurationRequest

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:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Standard", "Large")


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.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def trail_name
  @trail_name
end