Class: Aws::DataZone::Types::RecommendationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RecommendationConfiguration
- 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
-
#enable_business_name_generation ⇒ Boolean
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
Instance Attribute Details
#enable_business_name_generation ⇒ Boolean
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
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 |