Class: Aws::Glue::Types::FieldDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_data_typeString

The data type of the field.

Returns:

  • (String)


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

#nameString

The name of the field in the entity schema.

Returns:

  • (String)


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