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

#tagsArray<Types::Tag>

The list of tags associated with the task definition.

Returns:



5141
5142
5143
5144
5145
# File 'lib/aws-sdk-ecs/types.rb', line 5141

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

#task_definitionTypes::TaskDefinition

The full description of the registered task definition.



5141
5142
5143
5144
5145
# File 'lib/aws-sdk-ecs/types.rb', line 5141

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