Class: Aws::ECS::Types::DescribeDaemonRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeDaemonRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon to describe.
Instance Attribute Details
#daemon_arn ⇒ String
The Amazon Resource Name (ARN) of the daemon to describe.
6438 6439 6440 6441 6442 |
# File 'lib/aws-sdk-ecs/types.rb', line 6438 class DescribeDaemonRequest < Struct.new( :daemon_arn) SENSITIVE = [] include Aws::Structure end |