Class: Aws::ECS::Types::CreateClusterResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::CreateClusterResponse
 
- Defined in:
- gems/aws-sdk-ecs/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.
| 2832 2833 2834 2835 2836 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2832 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |