Class: FluentPluginS3Arrow::Schemas::AWSGlue::Field
- Inherits:
-
Struct
- Object
- Struct
- FluentPluginS3Arrow::Schemas::AWSGlue::Field
- Defined in:
- lib/fluent-plugin-s3-arrow/schemas/aws_glue.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/fluent-plugin-s3-arrow/schemas/aws_glue.rb', line 8 def name @name end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/fluent-plugin-s3-arrow/schemas/aws_glue.rb', line 8 def type @type end |