Class: Aws::ECS::Types::DeleteCapacityProviderResponse

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

The details of the capacity provider.



3318
3319
3320
3321
3322
# File 'lib/aws-sdk-ecs/types.rb', line 3318

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