Class: Aws::ECS::Types::GetTaskProtectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::GetTaskProtectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
-
#tasks ⇒ Array<String>
A list of up to 100 task IDs or full ARN entries.
Instance Attribute Details
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
5274 5275 5276 5277 5278 5279 |
# File 'lib/aws-sdk-ecs/types.rb', line 5274 class GetTaskProtectionRequest < Struct.new( :cluster, :tasks) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<String>
A list of up to 100 task IDs or full ARN entries.
5274 5275 5276 5277 5278 5279 |
# File 'lib/aws-sdk-ecs/types.rb', line 5274 class GetTaskProtectionRequest < Struct.new( :cluster, :tasks) SENSITIVE = [] include Aws::Structure end |