Class: Aws::Types::S3DeltaSource
- Inherits:
-
Object
- Object
- Aws::Types::S3DeltaSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_delta_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_delta_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_delta_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_delta_options.
6515 6516 6517 |
# File 'sig/types.rbs', line 6515 def @additional_delta_options end |
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
6516 6517 6518 |
# File 'sig/types.rbs', line 6516 def @additional_options end |
#name ⇒ ::String
Returns the value of attribute name.
6513 6514 6515 |
# File 'sig/types.rbs', line 6513 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6517 6518 6519 |
# File 'sig/types.rbs', line 6517 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6514 6515 6516 |
# File 'sig/types.rbs', line 6514 def paths @paths end |