Class: Aws::Types::ExportServerlessCacheSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportServerlessCacheSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
965 966 967 |
# File 'sig/types.rbs', line 965 def s3_bucket_name @s3_bucket_name end |
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def serverless_cache_snapshot_name @serverless_cache_snapshot_name end |