Class: Aws::ECS::Types::DeleteCapacityProviderRequest

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_providerString

The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.

Returns:

  • (String)


3306
3307
3308
3309
3310
# File 'lib/aws-sdk-ecs/types.rb', line 3306

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