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)


4119
4120
4121
4122
4123
# File 'lib/aws-sdk-ecs/types.rb', line 4119

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