Class: Aws::AmplifyUIBuilder::Types::CodegenFeatureFlags

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Describes the feature flags that you can specify for a code generation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_non_model_supportedBoolean

Specifies whether a code generation job supports non models.

Returns:

  • (Boolean)


160
161
162
163
164
165
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 160

class CodegenFeatureFlags < Struct.new(
  :is_relationship_supported,
  :is_non_model_supported)
  SENSITIVE = []
  include Aws::Structure
end

#is_relationship_supportedBoolean

Specifes whether a code generation job supports data relationships.

Returns:

  • (Boolean)


160
161
162
163
164
165
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 160

class CodegenFeatureFlags < Struct.new(
  :is_relationship_supported,
  :is_non_model_supported)
  SENSITIVE = []
  include Aws::Structure
end