Class: Aws::DataZone::Types::RecommendationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The recommendation to be updated as part of the UpdateDataSource action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_business_name_generationBoolean

Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.

Returns:

  • (Boolean)


15070
15071
15072
15073
15074
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15070

class RecommendationConfiguration < Struct.new(
  :enable_business_name_generation)
  SENSITIVE = []
  include Aws::Structure
end