Class: Aws::ECS::Types::CreateCapacityProviderResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::CreateCapacityProviderResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capacity_provider  ⇒ Types::CapacityProvider 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of the new capacity provider.
 
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
The full description of the new capacity provider.
      2383 2384 2385 2386 2387  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 2383 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end  |