Class: Aws::Types::CreateApiCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiCacheRequest
- 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.
-
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
-
#health_metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute health_metrics_config.
-
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
-
#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.
223 224 225 |
# File 'sig/types.rbs', line 223 def api_caching_behavior @api_caching_behavior end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def api_id @api_id end |
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
222 223 224 |
# File 'sig/types.rbs', line 222 def at_rest_encryption_enabled @at_rest_encryption_enabled end |
#health_metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute health_metrics_config.
225 226 227 |
# File 'sig/types.rbs', line 225 def health_metrics_config @health_metrics_config end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
221 222 223 |
# File 'sig/types.rbs', line 221 def transit_encryption_enabled @transit_encryption_enabled end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
220 221 222 |
# File 'sig/types.rbs', line 220 def ttl @ttl end |
#type ⇒ "T2_SMALL", ...
Returns the value of attribute type.
224 225 226 |
# File 'sig/types.rbs', line 224 def type @type end |