Class: Aws::Types::CreateServerlessCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServerlessCacheRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_usage_limits ⇒ Types::CacheUsageLimits
Returns the value of attribute cache_usage_limits.
-
#daily_snapshot_time ⇒ ::String
Returns the value of attribute daily_snapshot_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#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.
-
#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_arns_to_restore ⇒ ::Array[::String]
Returns the value of attribute snapshot_arns_to_restore.
-
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
Instance Attribute Details
#cache_usage_limits ⇒ Types::CacheUsageLimits
Returns the value of attribute cache_usage_limits.
489 490 491 |
# File 'sig/types.rbs', line 489 def cache_usage_limits @cache_usage_limits end |
#daily_snapshot_time ⇒ ::String
Returns the value of attribute daily_snapshot_time.
497 498 499 |
# File 'sig/types.rbs', line 497 def daily_snapshot_time @daily_snapshot_time end |
#description ⇒ ::String
Returns the value of attribute description.
486 487 488 |
# File 'sig/types.rbs', line 486 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
487 488 489 |
# File 'sig/types.rbs', line 487 def engine @engine end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def kms_key_id @kms_key_id end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
488 489 490 |
# File 'sig/types.rbs', line 488 def major_engine_version @major_engine_version end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
498 499 500 |
# File 'sig/types.rbs', line 498 def network_type @network_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
491 492 493 |
# File 'sig/types.rbs', line 491 def security_group_ids @security_group_ids end |
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def serverless_cache_name @serverless_cache_name end |
#snapshot_arns_to_restore ⇒ ::Array[::String]
Returns the value of attribute snapshot_arns_to_restore.
492 493 494 |
# File 'sig/types.rbs', line 492 def snapshot_arns_to_restore @snapshot_arns_to_restore end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
496 497 498 |
# File 'sig/types.rbs', line 496 def snapshot_retention_limit @snapshot_retention_limit end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
495 496 497 |
# File 'sig/types.rbs', line 495 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
493 494 495 |
# File 'sig/types.rbs', line 493 def @tags end |
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
494 495 496 |
# File 'sig/types.rbs', line 494 def user_group_id @user_group_id end |