Class: Aws::ECS::Types::GetTaskProtectionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::GetTaskProtectionRequest
 
- Defined in:
- gems/aws-sdk-ecs/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.
| 5787 5788 5789 5790 5791 5792 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5787 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.
| 5787 5788 5789 5790 5791 5792 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5787 class GetTaskProtectionRequest < Struct.new( :cluster, :tasks) SENSITIVE = [] include Aws::Structure end |