Class: Aws::Types::ListSopRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def next_token
  @next_token
end

#sop_recommendations ⇒ ::Array[Types::SopRecommendation]

Returns the value of attribute sop_recommendations.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def sop_recommendations
  @sop_recommendations
end