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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12512
12513
12514
12515
12516
# File 'lib/aws-sdk-datazone/types.rb', line 12512

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