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.



2463
2464
2465
2466
2467
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2463

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