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.

Returns:



15767
15768
15769
15770
15771
# File 'lib/aws-sdk-ecs/types.rb', line 15767

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