Class: Aws::ECS::Types::DescribeDaemonTaskDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeDaemonTaskDefinitionRequest
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon_task_definition ⇒ String
The
familyfor the latestACTIVErevision,familyandrevision(family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the daemon task definition to describe.
Instance Attribute Details
#daemon_task_definition ⇒ String
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.
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 |