Class: Aws::CloudHSMV2::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteClusterResponse
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Information about the cluster that was deleted.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Information about the cluster that was deleted.
527 528 529 530 531 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 527 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |