Class: Aws::Types::StartLoaderJobInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dependencies::Array[::String]

Returns the value of attribute dependencies.

Returns:



857
858
859
# File 'sig/types.rbs', line 857

def dependencies
  @dependencies
end

#edge_only_loadBoolean

Returns the value of attribute edge_only_load.

Returns:



859
860
861
# File 'sig/types.rbs', line 859

def edge_only_load
  @edge_only_load
end

#fail_on_errorBoolean

Returns the value of attribute fail_on_error.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def mode
  @mode
end

#parallelism"LOW", ...

Returns the value of attribute parallelism.

Returns:



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.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def parser_configuration
  @parser_configuration
end

#queue_requestBoolean

Returns the value of attribute queue_request.

Returns:



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.

Returns:



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.

Returns:



847
848
849
# File 'sig/types.rbs', line 847

def source
  @source
end

#update_single_cardinality_propertiesBoolean

Returns the value of attribute update_single_cardinality_properties.

Returns:



855
856
857
# File 'sig/types.rbs', line 855

def update_single_cardinality_properties
  @update_single_cardinality_properties
end

#user_provided_edge_idsBoolean

Returns the value of attribute user_provided_edge_ids.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def user_provided_edge_ids
  @user_provided_edge_ids
end