Class: Aws::ECS::Types::DescribeDaemonDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeDaemonDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon_deployment_arns ⇒ Array<String>
The ARN of the daemon deployments to describe.
Instance Attribute Details
#daemon_deployment_arns ⇒ Array<String>
The ARN of the daemon deployments to describe. You can specify up to 20 ARNs.
6409 6410 6411 6412 6413 |
# File 'lib/aws-sdk-ecs/types.rb', line 6409 class DescribeDaemonDeploymentsRequest < Struct.new( :daemon_deployment_arns) SENSITIVE = [] include Aws::Structure end |