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:



8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8287

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

#task_definitionTypes::TaskDefinition

The full description of the registered task definition.



8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8287

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