Class: Aws::Types::MethodSetting
- Inherits:
-
Object
- Object
- Aws::Types::MethodSetting
- 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.
-
#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.
-
#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 ⇒ "FAIL_WITH_403", ...
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.
993 994 995 |
# File 'sig/types.rbs', line 993 def cache_data_encrypted @cache_data_encrypted end |
#cache_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute cache_ttl_in_seconds.
992 993 994 |
# File 'sig/types.rbs', line 992 def cache_ttl_in_seconds @cache_ttl_in_seconds end |
#caching_enabled ⇒ Boolean
Returns the value of attribute caching_enabled.
991 992 993 |
# File 'sig/types.rbs', line 991 def caching_enabled @caching_enabled end |
#data_trace_enabled ⇒ Boolean
Returns the value of attribute data_trace_enabled.
988 989 990 |
# File 'sig/types.rbs', line 988 def data_trace_enabled @data_trace_enabled end |
#logging_level ⇒ ::String
Returns the value of attribute logging_level.
987 988 989 |
# File 'sig/types.rbs', line 987 def logging_level @logging_level end |
#metrics_enabled ⇒ Boolean
Returns the value of attribute metrics_enabled.
986 987 988 |
# File 'sig/types.rbs', line 986 def metrics_enabled @metrics_enabled end |
#require_authorization_for_cache_control ⇒ Boolean
Returns the value of attribute require_authorization_for_cache_control.
994 995 996 |
# File 'sig/types.rbs', line 994 def @require_authorization_for_cache_control end |
#throttling_burst_limit ⇒ ::Integer
Returns the value of attribute throttling_burst_limit.
989 990 991 |
# File 'sig/types.rbs', line 989 def throttling_burst_limit @throttling_burst_limit end |
#throttling_rate_limit ⇒ ::Float
Returns the value of attribute throttling_rate_limit.
990 991 992 |
# File 'sig/types.rbs', line 990 def throttling_rate_limit @throttling_rate_limit end |
#unauthorized_cache_control_header_strategy ⇒ "FAIL_WITH_403", ...
Returns the value of attribute unauthorized_cache_control_header_strategy.
995 996 997 |
# File 'sig/types.rbs', line 995 def @unauthorized_cache_control_header_strategy end |