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.



16051
16052
16053
16054
16055
# File 'lib/aws-sdk-ecs/types.rb', line 16051

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