Class: Aws::CloudHSMV2::Types::DeleteClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The identifier (ID) of the cluster that you are deleting.
Instance Attribute Details
#cluster_id ⇒ String
The identifier (ID) of the cluster that you are deleting. To find the cluster ID, use DescribeClusters.
515 516 517 518 519 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 515 class DeleteClusterRequest < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |