Class: Aws::CloudHSMV2::Types::CreateClusterResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudHSMV2::Types::CreateClusterResponse
 
- 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 created. 
Instance Attribute Details
#cluster ⇒ Types::Cluster
Information about the cluster that was created.
| 478 479 480 481 482 | # File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 478 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |