Class: Aws::Types::ListRecommendationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


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

def marker
  @marker
end

#recommendations::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



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

def recommendations
  @recommendations
end