Class: Aws::ECS::Types::UpdateCapacityProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providerTypes::CapacityProvider

Details about the capacity provider.


10811
10812
10813
10814
10815
# File 'lib/aws-sdk-ecs/types.rb', line 10811

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