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.



4040
4041
4042
4043
# File 'lib/aws-sdk-ecs/types.rb', line 4040

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