Class: Aws::Types::GetRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def assistant_id
  @assistant_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


412
413
414
# File 'sig/types.rbs', line 412

def max_results
  @max_results
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def session_id
  @session_id
end

#wait_time_seconds ⇒ ::Integer

Returns the value of attribute wait_time_seconds.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def wait_time_seconds
  @wait_time_seconds
end