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

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 details of the capacity provider.



5056
5057
5058
5059
5060
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5056

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