Class: Aws::Types::AwsApiGatewayV2RouteSettings
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiGatewayV2RouteSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_trace_enabled ⇒ Boolean
Returns the value of attribute data_trace_enabled.
-
#detailed_metrics_enabled ⇒ Boolean
Returns the value of attribute detailed_metrics_enabled.
-
#logging_level ⇒ ::String
Returns the value of attribute logging_level.
-
#throttling_burst_limit ⇒ ::Integer
Returns the value of attribute throttling_burst_limit.
-
#throttling_rate_limit ⇒ ::Float
Returns the value of attribute throttling_rate_limit.
Instance Attribute Details
#data_trace_enabled ⇒ Boolean
Returns the value of attribute data_trace_enabled.
476 477 478 |
# File 'sig/types.rbs', line 476 def data_trace_enabled @data_trace_enabled end |
#detailed_metrics_enabled ⇒ Boolean
Returns the value of attribute detailed_metrics_enabled.
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.
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.
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.
478 479 480 |
# File 'sig/types.rbs', line 478 def throttling_rate_limit @throttling_rate_limit end |