Class: Aws::AmplifyUIBuilder::Types::CodegenGenericDataModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CodegenGenericDataModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes a model in a generic data schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Hash<String,Types::CodegenGenericDataField>
The fields in the generic data model.
-
#is_join_table ⇒ Boolean
Specifies whether the generic data model is a join table.
-
#primary_keys ⇒ Array<String>
The primary keys of the generic data model.
Instance Attribute Details
#fields ⇒ Hash<String,Types::CodegenGenericDataField>
The fields in the generic data model.
236 237 238 239 240 241 242 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 236 class CodegenGenericDataModel < Struct.new( :fields, :is_join_table, :primary_keys) SENSITIVE = [] include Aws::Structure end |
#is_join_table ⇒ Boolean
Specifies whether the generic data model is a join table.
236 237 238 239 240 241 242 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 236 class CodegenGenericDataModel < Struct.new( :fields, :is_join_table, :primary_keys) SENSITIVE = [] include Aws::Structure end |
#primary_keys ⇒ Array<String>
The primary keys of the generic data model.
236 237 238 239 240 241 242 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 236 class CodegenGenericDataModel < Struct.new( :fields, :is_join_table, :primary_keys) SENSITIVE = [] include Aws::Structure end |