Class: Aws::MemoryDB::Types::CreateSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The snapshot is created from this cluster.

Returns:

  • (String)


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_idString

The ID of the KMS key used to encrypt the snapshot.

Returns:

  • (String)


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_nameString

A name for the snapshot being created.

Returns:

  • (String)


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

#tagsArray<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.

Returns:



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