Class: Aws::Types::StartImportTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::StartImportTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blank_node_handling ⇒ "convertToIri"
Returns the value of attribute blank_node_handling.
-
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
-
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#blank_node_handling ⇒ "convertToIri"
Returns the value of attribute blank_node_handling.
722 723 724 |
# File 'sig/types.rbs', line 722 def blank_node_handling @blank_node_handling end |
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
718 719 720 |
# File 'sig/types.rbs', line 718 def fail_on_error @fail_on_error end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
720 721 722 |
# File 'sig/types.rbs', line 720 def format @format end |
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
723 724 725 |
# File 'sig/types.rbs', line 723 def graph_identifier @graph_identifier end |
#import_options ⇒ Types::ImportOptions
Returns the value of attribute import_options.
717 718 719 |
# File 'sig/types.rbs', line 717 def end |
#parquet_type ⇒ "COLUMNAR"
Returns the value of attribute parquet_type.
721 722 723 |
# File 'sig/types.rbs', line 721 def parquet_type @parquet_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
724 725 726 |
# File 'sig/types.rbs', line 724 def role_arn @role_arn end |
#source ⇒ ::String
Returns the value of attribute source.
719 720 721 |
# File 'sig/types.rbs', line 719 def source @source end |