Class: Aws::Glue::Types::FieldDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FieldDefinition
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Defines a field in an entity schema for REST connector data sources, specifying the field name and data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_data_type ⇒ String
The data type of the field.
-
#name ⇒ String
The name of the field in the entity schema.
Instance Attribute Details
#field_data_type ⇒ String
The data type of the field.
11717 11718 11719 11720 11721 11722 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11717 class FieldDefinition < Struct.new( :name, :field_data_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field in the entity schema.
11717 11718 11719 11720 11721 11722 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11717 class FieldDefinition < Struct.new( :name, :field_data_type) SENSITIVE = [] include Aws::Structure end |