Class: Aws::MemoryDB::Types::CreateSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The snapshot is created from this cluster.
-
#kms_key_id ⇒ String
The ID of the KMS key used to encrypt the snapshot.
-
#snapshot_name ⇒ String
A name for the snapshot being created.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
Instance Attribute Details
#cluster_name ⇒ String
The snapshot is created from this cluster.
826 827 828 829 830 831 832 833 |
# File 'lib/aws-sdk-memorydb/types.rb', line 826 class CreateSnapshotRequest < Struct.new( :cluster_name, :snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The ID of the KMS key used to encrypt the snapshot.
826 827 828 829 830 831 832 833 |
# File 'lib/aws-sdk-memorydb/types.rb', line 826 class CreateSnapshotRequest < Struct.new( :cluster_name, :snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
A name for the snapshot being created.
826 827 828 829 830 831 832 833 |
# File 'lib/aws-sdk-memorydb/types.rb', line 826 class CreateSnapshotRequest < Struct.new( :cluster_name, :snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
826 827 828 829 830 831 832 833 |
# File 'lib/aws-sdk-memorydb/types.rb', line 826 class CreateSnapshotRequest < Struct.new( :cluster_name, :snapshot_name, :kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |