Class: Aws::Types::AwsApiGatewayV2RouteSettings

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)


476
477
478
# File 'sig/types.rbs', line 476

def data_trace_enabled
  @data_trace_enabled
end

#detailed_metrics_enabledBoolean

Returns the value of attribute detailed_metrics_enabled.

Returns:

  • (Boolean)


474
475
476
# File 'sig/types.rbs', line 474

def detailed_metrics_enabled
  @detailed_metrics_enabled
end

#logging_level::String

Returns the value of attribute logging_level.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def logging_level
  @logging_level
end

#throttling_burst_limit::Integer

Returns the value of attribute throttling_burst_limit.

Returns:

  • (::Integer)


477
478
479
# File 'sig/types.rbs', line 477

def throttling_burst_limit
  @throttling_burst_limit
end

#throttling_rate_limit::Float

Returns the value of attribute throttling_rate_limit.

Returns:

  • (::Float)


478
479
480
# File 'sig/types.rbs', line 478

def throttling_rate_limit
  @throttling_rate_limit
end