Method: Aws::ECS::Types::DeleteTaskSetRequest#cluster

Defined in:
lib/aws-sdk-ecs/types.rb

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.

Returns:

  • (String)


3990
3991
3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-ecs/types.rb', line 3990

class DeleteTaskSetRequest < Struct.new(
  :cluster,
  :service,
  :task_set,
  :force)
  SENSITIVE = []
  include Aws::Structure
end