Class: Aws::ElastiCache::Types::ExportServerlessCacheSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ExportServerlessCacheSnapshotRequest
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
Name of the Amazon S3 bucket to export the snapshot to.
-
#serverless_cache_snapshot_name ⇒ String
The identifier of the serverless cache snapshot to be exported to S3.
Instance Attribute Details
#s3_bucket_name ⇒ String
Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis OSS only.
5108 5109 5110 5111 5112 5113 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5108 class ExportServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#serverless_cache_snapshot_name ⇒ String
The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.
5108 5109 5110 5111 5112 5113 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5108 class ExportServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |