Class: Aws::AmplifyUIBuilder::Types::CodegenGenericDataField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CodegenGenericDataField
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes a field in a generic data schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_type ⇒ String
The data type for the generic data field.
-
#data_type_value ⇒ String
The value of the data type for the generic data field.
-
#is_array ⇒ Boolean
Specifies whether the generic data field is an array.
-
#read_only ⇒ Boolean
Specifies whether the generic data field is read-only.
-
#relationship ⇒ Types::CodegenGenericDataRelationshipType
The relationship of the generic data schema.
-
#required ⇒ Boolean
Specifies whether the generic data field is required.
Instance Attribute Details
#data_type ⇒ String
The data type for the generic data field.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |
#data_type_value ⇒ String
The value of the data type for the generic data field.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |
#is_array ⇒ Boolean
Specifies whether the generic data field is an array.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |
#read_only ⇒ Boolean
Specifies whether the generic data field is read-only.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |
#relationship ⇒ Types::CodegenGenericDataRelationshipType
The relationship of the generic data schema.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Specifies whether the generic data field is required.
209 210 211 212 213 214 215 216 217 218 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 209 class CodegenGenericDataField < Struct.new( :data_type, :data_type_value, :required, :read_only, :is_array, :relationship) SENSITIVE = [] include Aws::Structure end |