Class: Aws::DataZone::Types::RecommendationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RecommendationConfiguration
- 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
-
#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.
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 |