Class: Aws::Route53RecoveryControlConfig::Types::CreateClusterResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateClusterResponse
 
- Defined in:
- gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful CreateCluster request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster that was created. 
Instance Attribute Details
#cluster ⇒ Types::Cluster
The cluster that was created.
| 306 307 308 309 310 | # File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 306 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |