Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::String

Returns the value of attribute created_date.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def created_date
  @created_date
end

#dataTypes::RecommendationData

Returns the value of attribute data.



2341
2342
2343
# File 'sig/types.rbs', line 2341

def data
  @data
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def database_id
  @database_id
end

#engine_name::String

Returns the value of attribute engine_name.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def engine_name
  @engine_name
end

#preferredBoolean

Returns the value of attribute preferred.

Returns:

  • (Boolean)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def preferred
  @preferred
end

#settingsTypes::RecommendationSettings

Returns the value of attribute settings.



2340
2341
2342
# File 'sig/types.rbs', line 2340

def settings
  @settings
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def status
  @status
end