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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


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