Class: Aws::DocDBElastic::Types::CreateClusterSnapshotInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The ARN identifier of the elastic cluster of which you want to create a snapshot.

Returns:

  • (String)


600
601
602
603
604
605
606
# File 'lib/aws-sdk-docdbelastic/types.rb', line 600

class CreateClusterSnapshotInput < Struct.new(
  :cluster_arn,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the new elastic cluster snapshot.

Returns:

  • (String)


600
601
602
603
604
605
606
# File 'lib/aws-sdk-docdbelastic/types.rb', line 600

class CreateClusterSnapshotInput < Struct.new(
  :cluster_arn,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to be assigned to the new elastic cluster snapshot.

Returns:

  • (Hash<String,String>)


600
601
602
603
604
605
606
# File 'lib/aws-sdk-docdbelastic/types.rb', line 600

class CreateClusterSnapshotInput < Struct.new(
  :cluster_arn,
  :snapshot_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end