Class: Aws::CloudHSMV2::Types::DeleteClusterResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

Information about the cluster that was deleted.

Returns:



499
500
501
502
503
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 499

class DeleteClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end