Class: Aws::ECS::Types::DeregisterTaskDefinitionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::DeregisterTaskDefinitionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_definition  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘family` and `revision` (`family:revision`) or full Amazon Resource Name (ARN) of the task definition to deregister.
 
Instance Attribute Details
#task_definition ⇒ String
The ‘family` and `revision` (`family:revision`) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a `revision`.
      3970 3971 3972 3973 3974  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 3970 class DeregisterTaskDefinitionRequest < Struct.new( :task_definition) SENSITIVE = [] include Aws::Structure end  |