Class: Aws::Types::RouteSettings
- Inherits:
-
Object
- Object
- Aws::Types::RouteSettings
- 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 ⇒ "ERROR", ...
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.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def data_trace_enabled @data_trace_enabled end |
#detailed_metrics_enabled ⇒ Boolean
Returns the value of attribute detailed_metrics_enabled.
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.
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.
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.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def throttling_rate_limit @throttling_rate_limit end |