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)


5117
5118
5119
5120
5121
5122
# File 'lib/aws-sdk-ecs/types.rb', line 5117

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


5117
5118
5119
5120
5121
5122
# File 'lib/aws-sdk-ecs/types.rb', line 5117

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