Class: Aws::Types::ListRecommendationsResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.



1917
1918
1919
# File 'sig/types.rbs', line 1917

def marker
  @marker
end

#recommendations::Array[Types::Recommendation]

Returns the value of attribute recommendations.



1916
1917
1918
# File 'sig/types.rbs', line 1916

def recommendations
  @recommendations
end