Class: Aws::ECS::Types::DescribeDaemonTaskDefinitionRequest

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

#daemon_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 daemon task definition to describe.

Returns:

  • (String)


6465
6466
6467
6468
6469
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6465

class DescribeDaemonTaskDefinitionRequest < Struct.new(
  :daemon_task_definition)
  SENSITIVE = []
  include Aws::Structure
end