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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 809

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)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 809

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)


809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 809

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:



809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 809

class CreateSnapshotRequest < Struct.new(
  :cluster_name,
  :snapshot_name,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end