Class: Aws::Types::S3HudiSource
- Inherits:
-
Object
- Object
- Aws::Types::S3HudiSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_hudi_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_hudi_options.
-
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
Instance Attribute Details
#additional_hudi_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_hudi_options.
6608 6609 6610 |
# File 'sig/types.rbs', line 6608 def @additional_hudi_options end |
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
6609 6610 6611 |
# File 'sig/types.rbs', line 6609 def @additional_options end |
#name ⇒ ::String
Returns the value of attribute name.
6606 6607 6608 |
# File 'sig/types.rbs', line 6606 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6610 6611 6612 |
# File 'sig/types.rbs', line 6610 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6607 6608 6609 |
# File 'sig/types.rbs', line 6607 def paths @paths end |