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.
      5054 5055 5056 5057 5058 5059  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 5054 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.
      5054 5055 5056 5057 5058 5059  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 5054 class GetTaskProtectionRequest < Struct.new( :cluster, :tasks) SENSITIVE = [] include Aws::Structure end  |