Class: Aws::ECS::Types::UpdateClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::UpdateClusterResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Types::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the cluster.
 
Instance Attribute Details
#cluster ⇒ Types::Cluster
Details about the cluster.
      12000 12001 12002 12003 12004  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 12000 class UpdateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end  |