Class: Aws::CloudHSMV2::Types::CreateClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/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 created.

Returns:



410
411
412
413
414
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 410

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