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.
5231 5232 5233 5234 5235 5236 |
# File 'lib/aws-sdk-ecs/types.rb', line 5231 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.
5231 5232 5233 5234 5235 5236 |
# File 'lib/aws-sdk-ecs/types.rb', line 5231 class GetTaskProtectionRequest < Struct.new( :cluster, :tasks) SENSITIVE = [] include Aws::Structure end |