Class: Aws::ECS::Types::RegisterTaskDefinitionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#task_definitionTypes::TaskDefinition

The full description of the registered task definition.



4132
4133
4134
4135
# File 'lib/aws-sdk-ecs/types.rb', line 4132

class RegisterTaskDefinitionResponse < Struct.new(
  :task_definition)
  include Aws::Structure
end