Class: Aws::Types::UpdateApiCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiCacheRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_caching_behavior ⇒ "FULL_REQUEST_CACHING", ...
Returns the value of attribute api_caching_behavior.
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#health_metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute health_metrics_config.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
-
#type ⇒ "T2_SMALL", ...
Returns the value of attribute type.
Instance Attribute Details
#api_caching_behavior ⇒ "FULL_REQUEST_CACHING", ...
Returns the value of attribute api_caching_behavior.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def api_caching_behavior @api_caching_behavior end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def api_id @api_id end |
#health_metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute health_metrics_config.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def health_metrics_config @health_metrics_config end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def ttl @ttl end |
#type ⇒ "T2_SMALL", ...
Returns the value of attribute type.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def type @type end |