Class: Aws::Types::ServerlessCache
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessCache
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_usage_limits ⇒ Types::CacheUsageLimits
Returns the value of attribute cache_usage_limits.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#daily_snapshot_time ⇒ ::String
Returns the value of attribute daily_snapshot_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#full_engine_version ⇒ ::String
Returns the value of attribute full_engine_version.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
-
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
-
#reader_endpoint ⇒ Types::Endpoint
Returns the value of attribute reader_endpoint.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
-
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def arn @arn end |
#cache_usage_limits ⇒ Types::CacheUsageLimits
Returns the value of attribute cache_usage_limits.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def cache_usage_limits @cache_usage_limits end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def create_time @create_time end |
#daily_snapshot_time ⇒ ::String
Returns the value of attribute daily_snapshot_time.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def daily_snapshot_time @daily_snapshot_time end |
#description ⇒ ::String
Returns the value of attribute description.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def description @description end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def engine @engine end |
#full_engine_version ⇒ ::String
Returns the value of attribute full_engine_version.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def full_engine_version @full_engine_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def kms_key_id @kms_key_id end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def major_engine_version @major_engine_version end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def network_type @network_type end |
#reader_endpoint ⇒ Types::Endpoint
Returns the value of attribute reader_endpoint.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def reader_endpoint @reader_endpoint end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def security_group_ids @security_group_ids end |
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def serverless_cache_name @serverless_cache_name end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def snapshot_retention_limit @snapshot_retention_limit end |
#status ⇒ ::String
Returns the value of attribute status.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def status @status end |
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def storage_encryption_type @storage_encryption_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def subnet_ids @subnet_ids end |
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def user_group_id @user_group_id end |