Class: Aws::ECS::Types::GetTaskProtectionRequest

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

#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)


5085
5086
5087
5088
5089
5090
# File 'lib/aws-sdk-ecs/types.rb', line 5085

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

#tasksArray<String>

A list of up to 100 task IDs or full ARN entries.

Returns:

  • (Array<String>)


5085
5086
5087
5088
5089
5090
# File 'lib/aws-sdk-ecs/types.rb', line 5085

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