Class: Aws::Types::RouteSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_trace_enabledBoolean

Returns the value of attribute data_trace_enabled.

Returns:

  • (Boolean)


2038
2039
2040
# File 'sig/types.rbs', line 2038

def data_trace_enabled
  @data_trace_enabled
end

#detailed_metrics_enabledBoolean

Returns the value of attribute detailed_metrics_enabled.

Returns:

  • (Boolean)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def detailed_metrics_enabled
  @detailed_metrics_enabled
end

#logging_level"ERROR", ...

Returns the value of attribute logging_level.

Returns:

  • ("ERROR", "INFO", "OFF")


2040
2041
2042
# File 'sig/types.rbs', line 2040

def logging_level
  @logging_level
end

#throttling_burst_limit::Integer

Returns the value of attribute throttling_burst_limit.

Returns:

  • (::Integer)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def throttling_burst_limit
  @throttling_burst_limit
end

#throttling_rate_limit::Float

Returns the value of attribute throttling_rate_limit.

Returns:

  • (::Float)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def throttling_rate_limit
  @throttling_rate_limit
end