Class: Aws::Types::GetRecommendationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def agent_space_id
  @agent_space_id
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def recommendation_id
  @recommendation_id
end

#recommendation_version::Integer

Returns the value of attribute recommendation_version.

Returns:

  • (::Integer)


685
686
687
# File 'sig/types.rbs', line 685

def recommendation_version
  @recommendation_version
end