Class: Aws::ECS::Types::DescribeServiceDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeServiceDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_deployment_arns ⇒ Array<String>
The ARN of the service deployment.
Instance Attribute Details
#service_deployment_arns ⇒ Array<String>
The ARN of the service deployment.
You can specify a maximum of 20 ARNs.
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 |