You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECS::Types::DescribeTaskSetsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::DescribeTaskSetsRequest
 
- Defined in:
- (unknown)
Overview
When passing DescribeTaskSetsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  cluster: "String", # required
  service: "String", # required
  task_sets: ["String"],
  include: ["TAGS"], # accepts TAGS
}
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. 
- 
  
    
      #include  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether to see the resource tags for the task set. 
- 
  
    
      #service  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in. 
- 
  
    
      #task_sets  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID or full Amazon Resource Name (ARN) of task sets to describe. 
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.
#include ⇒ Array<String>
Specifies whether to see the resource tags for the task set. If TAGS
is specified, the tags are included in the response. If this field is
omitted, tags are not included in the response.
#service ⇒ String
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
#task_sets ⇒ Array<String>
The ID or full Amazon Resource Name (ARN) of task sets to describe.