Class: Aws::Types::CachePolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::CachePolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#default_ttl ⇒ ::Integer
Returns the value of attribute default_ttl.
-
#max_ttl ⇒ ::Integer
Returns the value of attribute max_ttl.
-
#min_ttl ⇒ ::Integer
Returns the value of attribute min_ttl.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters_in_cache_key_and_forwarded_to_origin ⇒ Types::ParametersInCacheKeyAndForwardedToOrigin
Returns the value of attribute parameters_in_cache_key_and_forwarded_to_origin.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
191 192 193 |
# File 'sig/types.rbs', line 191 def comment @comment end |
#default_ttl ⇒ ::Integer
Returns the value of attribute default_ttl.
193 194 195 |
# File 'sig/types.rbs', line 193 def default_ttl @default_ttl end |
#max_ttl ⇒ ::Integer
Returns the value of attribute max_ttl.
194 195 196 |
# File 'sig/types.rbs', line 194 def max_ttl @max_ttl end |
#min_ttl ⇒ ::Integer
Returns the value of attribute min_ttl.
195 196 197 |
# File 'sig/types.rbs', line 195 def min_ttl @min_ttl end |
#name ⇒ ::String
Returns the value of attribute name.
192 193 194 |
# File 'sig/types.rbs', line 192 def name @name end |
#parameters_in_cache_key_and_forwarded_to_origin ⇒ Types::ParametersInCacheKeyAndForwardedToOrigin
Returns the value of attribute parameters_in_cache_key_and_forwarded_to_origin.
196 197 198 |
# File 'sig/types.rbs', line 196 def parameters_in_cache_key_and_forwarded_to_origin @parameters_in_cache_key_and_forwarded_to_origin end |