You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECS::Types::RegisterTaskDefinitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::RegisterTaskDefinitionResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of tags associated with the task definition. 
- 
  
    
      #task_definition  ⇒ Types::TaskDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The full description of the registered task definition. 
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags associated with the task definition.
#task_definition ⇒ Types::TaskDefinition
The full description of the registered task definition.