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

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

#tagsArray<Types::Tag>

The list of tags associated with the task definition.

Returns:



8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-ecs/types.rb', line 8277

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

#task_definitionTypes::TaskDefinition

The full description of the registered task definition.



8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-ecs/types.rb', line 8277

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