Class: Aws::ECS::Types::CreateCapacityProviderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providerTypes::CapacityProvider

The full description of the new capacity provider.



2166
2167
2168
2169
# File 'lib/aws-sdk-ecs/types.rb', line 2166

class CreateCapacityProviderResponse < Struct.new(
  :capacity_provider)
  include Aws::Structure
end