Class: Aws::Types::GetEC2InstanceRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::GetRecommendationError]

Returns the value of attribute errors.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def errors
  @errors
end

#instance_recommendations::Array[Types::InstanceRecommendation]

Returns the value of attribute instance_recommendations.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def instance_recommendations
  @instance_recommendations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def next_token
  @next_token
end