Class: Aws::CloudHSMV2::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CreateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Information about the cluster that was created.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Information about the cluster that was created.
438 439 440 441 442 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 438 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |