Class: Aws::ElastiCache::Types::CreateSnapshotMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the input of a CreateSnapshot operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The identifier of an existing cluster. The snapshot is created from this cluster.

Returns:

  • (String)


3060
3061
3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3060

class CreateSnapshotMessage < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :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)


3060
3061
3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3060

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

#replication_group_idString

The identifier of an existing replication group. The snapshot is created from this replication group.

Returns:

  • (String)


3060
3061
3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3060

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

#snapshot_nameString

A name for the snapshot being created.

Returns:

  • (String)


3060
3061
3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3060

class CreateSnapshotMessage < Struct.new(
  :replication_group_id,
  :cache_cluster_id,
  :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:



3060
3061
3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3060

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