Class: Aws::Types::PutEventConfigurationResponse

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:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Standard", "Large")


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.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def trail_arn
  @trail_arn
end