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

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

#service_deployment_arnsArray<String>

The ARN of the service deployment.

You can specify a maximum of 20 ARNs.

Returns:

  • (Array<String>)


4324
4325
4326
4327
4328
# File 'lib/aws-sdk-ecs/types.rb', line 4324

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