Class: Aws::Types::GetECSServiceRecommendationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ecs_service_recommendations::Array[Types::ECSServiceRecommendation]

Returns the value of attribute ecs_service_recommendations.

Returns:



535
536
537
# File 'sig/types.rbs', line 535

def ecs_service_recommendations
  @ecs_service_recommendations
end

#errors::Array[Types::GetRecommendationError]

Returns the value of attribute errors.

Returns:



536
537
538
# File 'sig/types.rbs', line 536

def errors
  @errors
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def next_token
  @next_token
end