Class: Aws::DocDBElastic::Types::DeleteClusterSnapshotInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::DeleteClusterSnapshotInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot that is to be deleted.
Instance Attribute Details
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot that is to be deleted.
651 652 653 654 655 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 651 class DeleteClusterSnapshotInput < Struct.new( :snapshot_arn) SENSITIVE = [] include Aws::Structure end |