Class: Aws::Types::CopyServerlessCacheSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyServerlessCacheSnapshotRequest
- 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.
-
#source_serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute source_serverless_cache_snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute target_serverless_cache_snapshot_name.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def kms_key_id @kms_key_id end |
#source_serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute source_serverless_cache_snapshot_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def source_serverless_cache_snapshot_name @source_serverless_cache_snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
323 324 325 |
# File 'sig/types.rbs', line 323 def @tags end |
#target_serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute target_serverless_cache_snapshot_name.
321 322 323 |
# File 'sig/types.rbs', line 321 def target_serverless_cache_snapshot_name @target_serverless_cache_snapshot_name end |