Class: Aws::Types::AwsApiGatewayMethodSettings
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiGatewayMethodSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_data_encrypted ⇒ Boolean
Returns the value of attribute cache_data_encrypted.
-
#cache_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute cache_ttl_in_seconds.
-
#caching_enabled ⇒ Boolean
Returns the value of attribute caching_enabled.
-
#data_trace_enabled ⇒ Boolean
Returns the value of attribute data_trace_enabled.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#logging_level ⇒ ::String
Returns the value of attribute logging_level.
-
#metrics_enabled ⇒ Boolean
Returns the value of attribute metrics_enabled.
-
#require_authorization_for_cache_control ⇒ Boolean
Returns the value of attribute require_authorization_for_cache_control.
-
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
-
#throttling_burst_limit ⇒ ::Integer
Returns the value of attribute throttling_burst_limit.
-
#throttling_rate_limit ⇒ ::Float
Returns the value of attribute throttling_rate_limit.
-
#unauthorized_cache_control_header_strategy ⇒ ::String
Returns the value of attribute unauthorized_cache_control_header_strategy.
Instance Attribute Details
#cache_data_encrypted ⇒ Boolean
Returns the value of attribute cache_data_encrypted.
418 419 420 |
# File 'sig/types.rbs', line 418 def cache_data_encrypted @cache_data_encrypted end |
#cache_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute cache_ttl_in_seconds.
417 418 419 |
# File 'sig/types.rbs', line 417 def cache_ttl_in_seconds @cache_ttl_in_seconds end |
#caching_enabled ⇒ Boolean
Returns the value of attribute caching_enabled.
416 417 418 |
# File 'sig/types.rbs', line 416 def caching_enabled @caching_enabled end |
#data_trace_enabled ⇒ Boolean
Returns the value of attribute data_trace_enabled.
413 414 415 |
# File 'sig/types.rbs', line 413 def data_trace_enabled @data_trace_enabled end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
421 422 423 |
# File 'sig/types.rbs', line 421 def http_method @http_method end |
#logging_level ⇒ ::String
Returns the value of attribute logging_level.
412 413 414 |
# File 'sig/types.rbs', line 412 def logging_level @logging_level end |
#metrics_enabled ⇒ Boolean
Returns the value of attribute metrics_enabled.
411 412 413 |
# File 'sig/types.rbs', line 411 def metrics_enabled @metrics_enabled end |
#require_authorization_for_cache_control ⇒ Boolean
Returns the value of attribute require_authorization_for_cache_control.
419 420 421 |
# File 'sig/types.rbs', line 419 def @require_authorization_for_cache_control end |
#resource_path ⇒ ::String
Returns the value of attribute resource_path.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource_path @resource_path end |
#throttling_burst_limit ⇒ ::Integer
Returns the value of attribute throttling_burst_limit.
414 415 416 |
# File 'sig/types.rbs', line 414 def throttling_burst_limit @throttling_burst_limit end |
#throttling_rate_limit ⇒ ::Float
Returns the value of attribute throttling_rate_limit.
415 416 417 |
# File 'sig/types.rbs', line 415 def throttling_rate_limit @throttling_rate_limit end |
#unauthorized_cache_control_header_strategy ⇒ ::String
Returns the value of attribute unauthorized_cache_control_header_strategy.
420 421 422 |
# File 'sig/types.rbs', line 420 def @unauthorized_cache_control_header_strategy end |