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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


3979
3980
3981
3982
3983
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3979

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