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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providerTypes::CapacityProvider

The full description of the new capacity provider.



2451
2452
2453
2454
2455
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2451

class CreateCapacityProviderResponse < Struct.new(
  :capacity_provider)
  SENSITIVE = []
  include Aws::Structure
end