Class: Aws::Types::ApiCache
- Inherits:
-
Object
- Object
- Aws::Types::ApiCache
- 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.
-
#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.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#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.
48 49 50 |
# File 'sig/types.rbs', line 48 def api_caching_behavior @api_caching_behavior end |
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
50 51 52 |
# File 'sig/types.rbs', line 50 def at_rest_encryption_enabled @at_rest_encryption_enabled end |
#health_metrics_config ⇒ "ENABLED", "DISABLED"
Returns the value of attribute health_metrics_config.
53 54 55 |
# File 'sig/types.rbs', line 53 def health_metrics_config @health_metrics_config end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
52 53 54 |
# File 'sig/types.rbs', line 52 def status @status end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
49 50 51 |
# File 'sig/types.rbs', line 49 def transit_encryption_enabled @transit_encryption_enabled end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
47 48 49 |
# File 'sig/types.rbs', line 47 def ttl @ttl end |
#type ⇒ "T2_SMALL", ...
Returns the value of attribute type.
51 52 53 |
# File 'sig/types.rbs', line 51 def type @type end |