Class: Aws::Types::CreateServerlessCacheSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServerlessCacheSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
-
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
510 511 512 |
# File 'sig/types.rbs', line 510 def kms_key_id @kms_key_id end |
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
509 510 511 |
# File 'sig/types.rbs', line 509 def serverless_cache_name @serverless_cache_name end |
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def serverless_cache_snapshot_name @serverless_cache_snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
511 512 513 |
# File 'sig/types.rbs', line 511 def @tags end |