Class: Aws::ECS::Types::CreateClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::CreateClusterResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of your new cluster.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of your new cluster.
      2534 2535 2536 2537 2538  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 2534 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |