Class: Aws::ECS::Types::DescribeTaskDefinitionRequest

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

#includeArray<String>

Determines whether to see the resource tags for the task definition. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

Returns:

  • (Array<String>)


4239
4240
4241
4242
4243
4244
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4239

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

#task_definitionString

The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.

Returns:

  • (String)


4239
4240
4241
4242
4243
4244
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4239

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