Class: Aws::DataZone::Types::BusinessNameGenerationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BusinessNameGenerationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration of the business name generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether the business name generation is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether the business name generation is enabled.
1039 1040 1041 1042 1043 |
# File 'lib/aws-sdk-datazone/types.rb', line 1039 class BusinessNameGenerationConfiguration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |