Class: Aws::ECS::Types::DescribeDaemonTaskDefinitionResponse

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

#daemon_task_definitionTypes::DaemonTaskDefinition

The full daemon task definition description.



6508
6509
6510
6511
6512
# File 'lib/aws-sdk-ecs/types.rb', line 6508

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