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

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


544
545
546
547
548
549
550
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 544

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)


544
545
546
547
548
549
550
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 544

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>)


544
545
546
547
548
549
550
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 544

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