Class: Aws::Types::StartRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def database_id
  @database_id
end

#settingsTypes::RecommendationSettings

Returns the value of attribute settings.



2916
2917
2918
# File 'sig/types.rbs', line 2916

def settings
  @settings
end