Class: Aws::Types::GetEBSVolumeRecommendationsResponse

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:



474
475
476
# File 'sig/types.rbs', line 474

def errors
  @errors
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def next_token
  @next_token
end

#volume_recommendations::Array[Types::VolumeRecommendation]

Returns the value of attribute volume_recommendations.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def volume_recommendations
  @volume_recommendations
end