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

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

#tagsArray<Types::Tag>

The list of tags associated with the task definition.

Returns:



8340
8341
8342
8343
8344
8345
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8340

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

#task_definitionTypes::TaskDefinition

The full description of the registered task definition.



8340
8341
8342
8343
8344
8345
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8340

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