Method: Aws::ECS::Types::UpdateTaskProtectionRequest#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 sets exist in.

Returns:

  • (String)


16486
16487
16488
16489
16490
16491
16492
16493
# File 'lib/aws-sdk-ecs/types.rb', line 16486

class UpdateTaskProtectionRequest < Struct.new(
  :cluster,
  :tasks,
  :protection_enabled,
  :expires_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end