Class: Aws::ECS::Types::DescribeDaemonResponse

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

#daemonTypes::DaemonDetail

The full description of the daemon, including the current revisions, deployment ARN, cluster, and status information.

Returns:



6451
6452
6453
6454
6455
# File 'lib/aws-sdk-ecs/types.rb', line 6451

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