Class: Aws::ECS::Types::DescribeDaemonRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeDaemonRequest
- Defined in:
- gems/aws-sdk-ecs/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.
6407 6408 6409 6410 6411 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6407 class DescribeDaemonRequest < Struct.new( :daemon_arn) SENSITIVE = [] include Aws::Structure end |