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)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def marker
  @marker
end

#recommendations::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



1911
1912
1913
# File 'sig/types.rbs', line 1911

def recommendations
  @recommendations
end