Class: Aws::Types::ServerlessCacheSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessCacheSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#bytes_used_for_cache ⇒ ::String
Returns the value of attribute bytes_used_for_cache.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#serverless_cache_configuration ⇒ Types::ServerlessCacheConfiguration
Returns the value of attribute serverless_cache_configuration.
-
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def arn @arn end |
#bytes_used_for_cache ⇒ ::String
Returns the value of attribute bytes_used_for_cache.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def bytes_used_for_cache @bytes_used_for_cache end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def create_time @create_time end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def expiry_time @expiry_time end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def kms_key_id @kms_key_id end |
#serverless_cache_configuration ⇒ Types::ServerlessCacheConfiguration
Returns the value of attribute serverless_cache_configuration.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def serverless_cache_configuration @serverless_cache_configuration end |
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def serverless_cache_snapshot_name @serverless_cache_snapshot_name end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def snapshot_type @snapshot_type end |
#status ⇒ ::String
Returns the value of attribute status.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def status @status end |