Class: Aws::ECS::Types::DeregisterTaskDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_definitionString

The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a revision.

Returns:

  • (String)


4828
4829
4830
4831
4832
# File 'lib/aws-sdk-ecs/types.rb', line 4828

class DeregisterTaskDefinitionRequest < Struct.new(
  :task_definition)
  SENSITIVE = []
  include Aws::Structure
end