Class: Aws::ECS::Types::DescribeServiceDeploymentsRequest

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

#service_deployment_arnsArray<String>

The ARN of the service deployment.

You can specify a maximum of 20 ARNs.

Returns:

  • (Array<String>)


4582
4583
4584
4585
4586
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4582

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