Class: Aws::ECS::Types::DescribeServiceRevisionsRequest

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_revision_arnsArray<String>

The ARN of the service revision.

You can specify a maximum of 20 ARNs.

You can call [ListServiceDeployments] to get the ARNs.

[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServiceDeployments.html

Returns:

  • (Array<String>)


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

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