Class: Aws::ECS::Types::DescribeDaemonDeploymentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daemon_deployment_arnsArray<String>

The ARN of the daemon deployments to describe. You can specify up to 20 ARNs.

Returns:

  • (Array<String>)


6378
6379
6380
6381
6382
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6378

class DescribeDaemonDeploymentsRequest < Struct.new(
  :daemon_deployment_arns)
  SENSITIVE = []
  include Aws::Structure
end