Class: Aws::Types::StartLoaderJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartLoaderJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependencies ⇒ ::Array[::String]
Returns the value of attribute dependencies.
-
#edge_only_load ⇒ Boolean
Returns the value of attribute edge_only_load.
-
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
-
#format ⇒ "csv", ...
Returns the value of attribute format.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#mode ⇒ "RESUME", ...
Returns the value of attribute mode.
-
#parallelism ⇒ "LOW", ...
Returns the value of attribute parallelism.
-
#parser_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute parser_configuration.
-
#queue_request ⇒ Boolean
Returns the value of attribute queue_request.
-
#s3_bucket_region ⇒ "us-east-1", ...
Returns the value of attribute s3_bucket_region.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#update_single_cardinality_properties ⇒ Boolean
Returns the value of attribute update_single_cardinality_properties.
-
#user_provided_edge_ids ⇒ Boolean
Returns the value of attribute user_provided_edge_ids.
Instance Attribute Details
#dependencies ⇒ ::Array[::String]
Returns the value of attribute dependencies.
857 858 859 |
# File 'sig/types.rbs', line 857 def dependencies @dependencies end |
#edge_only_load ⇒ Boolean
Returns the value of attribute edge_only_load.
859 860 861 |
# File 'sig/types.rbs', line 859 def edge_only_load @edge_only_load end |
#fail_on_error ⇒ Boolean
Returns the value of attribute fail_on_error.
852 853 854 |
# File 'sig/types.rbs', line 852 def fail_on_error @fail_on_error end |
#format ⇒ "csv", ...
Returns the value of attribute format.
848 849 850 |
# File 'sig/types.rbs', line 848 def format @format end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
850 851 852 |
# File 'sig/types.rbs', line 850 def iam_role_arn @iam_role_arn end |
#mode ⇒ "RESUME", ...
Returns the value of attribute mode.
851 852 853 |
# File 'sig/types.rbs', line 851 def mode @mode end |
#parallelism ⇒ "LOW", ...
Returns the value of attribute parallelism.
853 854 855 |
# File 'sig/types.rbs', line 853 def parallelism @parallelism end |
#parser_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute parser_configuration.
854 855 856 |
# File 'sig/types.rbs', line 854 def parser_configuration @parser_configuration end |
#queue_request ⇒ Boolean
Returns the value of attribute queue_request.
856 857 858 |
# File 'sig/types.rbs', line 856 def queue_request @queue_request end |
#s3_bucket_region ⇒ "us-east-1", ...
Returns the value of attribute s3_bucket_region.
849 850 851 |
# File 'sig/types.rbs', line 849 def s3_bucket_region @s3_bucket_region end |
#source ⇒ ::String
Returns the value of attribute source.
847 848 849 |
# File 'sig/types.rbs', line 847 def source @source end |
#update_single_cardinality_properties ⇒ Boolean
Returns the value of attribute update_single_cardinality_properties.
855 856 857 |
# File 'sig/types.rbs', line 855 def update_single_cardinality_properties @update_single_cardinality_properties end |
#user_provided_edge_ids ⇒ Boolean
Returns the value of attribute user_provided_edge_ids.
858 859 860 |
# File 'sig/types.rbs', line 858 def user_provided_edge_ids @user_provided_edge_ids end |