Class: Aws::MemoryDB::Types::Snapshot

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

Overview

Represents a copy of an entire cluster as of the time when the snapshot was taken.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the snapshot.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_configurationTypes::ClusterConfiguration

The configuration of the cluster from which the snapshot was taken



2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#data_tieringString

Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the snapshot

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2778

class Snapshot < Struct.new(
  :name,
  :status,
  :source,
  :kms_key_id,
  :arn,
  :cluster_configuration,
  :data_tiering)
  SENSITIVE = []
  include Aws::Structure
end