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>)


4281
4282
4283
4284
4285
# File 'lib/aws-sdk-ecs/types.rb', line 4281

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