Class: Aws::ECS::Types::DescribeDaemonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeDaemonResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon ⇒ Types::DaemonDetail
The full description of the daemon, including the current revisions, deployment ARN, cluster, and status information.
Instance Attribute Details
#daemon ⇒ Types::DaemonDetail
The full description of the daemon, including the current revisions, deployment ARN, cluster, and status information.
6420 6421 6422 6423 6424 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6420 class DescribeDaemonResponse < Struct.new( :daemon) SENSITIVE = [] include Aws::Structure end |