Method: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationsRequest#service_arns
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
#service_arns ⇒ Array<String>
The ARN that identifies the Amazon ECS service.
The following is the format of the ARN:
arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
3074 3075 3076 3077 3078 3079 3080 3081 3082 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3074 class GetECSServiceRecommendationsRequest < Struct.new( :service_arns, :next_token, :max_results, :filters, :account_ids) SENSITIVE = [] include Aws::Structure end |