Class: Aws::DocDBElastic::Types::DeleteClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::DeleteClusterInput
- 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 that is to be deleted.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster that is to be deleted.
626 627 628 629 630 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 626 class DeleteClusterInput < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |