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)


9072
9073
9074
9075
9076
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9072

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