Class: Aws::DocDBElastic::Types::CreateClusterSnapshotInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::CreateClusterSnapshotInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster of which you want to create a snapshot.
-
#snapshot_name ⇒ String
The name of the new elastic cluster snapshot.
-
#tags ⇒ Hash<String,String>
The tags to be assigned to the new elastic cluster snapshot.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster of which you want to create a snapshot.
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_name ⇒ String
The name of the new elastic cluster snapshot.
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 |
#tags ⇒ Hash<String,String>
The tags to be assigned to the new elastic cluster snapshot.
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 |