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

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_providerString

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

Returns:

  • (String)


3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3620

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

#clusterString

The name of the cluster that contains the capacity provider to delete. Managed instances capacity providers are cluster-scoped and can only be deleted from their associated cluster.

Returns:

  • (String)


3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3620

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