Class: Aws::Types::Task

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_operatorTypes::ConnectorOperator

Returns the value of attribute connector_operator.



1312
1313
1314
# File 'sig/types.rbs', line 1312

def connector_operator
  @connector_operator
end

#destination_field::String

Returns the value of attribute destination_field.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def destination_field
  @destination_field
end

#source_fields::Array[::String]

Returns the value of attribute source_fields.

Returns:

  • (::Array[::String])


1311
1312
1313
# File 'sig/types.rbs', line 1311

def source_fields
  @source_fields
end

#task_properties::Hash[("VALUE" | "VALUES" | "DATA_TYPE" | "UPPER_BOUND" | "LOWER_BOUND" | "SOURCE_DATA_TYPE" | "DESTINATION_DATA_TYPE" | "VALIDATION_ACTION" | "MASK_VALUE" | "MASK_LENGTH" | "TRUNCATE_LENGTH" | "MATH_OPERATION_FIELDS_ORDER" | "CONCAT_FORMAT" | "SUBFIELD_CATEGORY_MAP" | "EXCLUDE_SOURCE_FIELDS_LIST" | "INCLUDE_NEW_FIELDS" | "ORDERED_PARTITION_KEYS_LIST"), ::String]

Returns the value of attribute task_properties.

Returns:

  • (::Hash[("VALUE" | "VALUES" | "DATA_TYPE" | "UPPER_BOUND" | "LOWER_BOUND" | "SOURCE_DATA_TYPE" | "DESTINATION_DATA_TYPE" | "VALIDATION_ACTION" | "MASK_VALUE" | "MASK_LENGTH" | "TRUNCATE_LENGTH" | "MATH_OPERATION_FIELDS_ORDER" | "CONCAT_FORMAT" | "SUBFIELD_CATEGORY_MAP" | "EXCLUDE_SOURCE_FIELDS_LIST" | "INCLUDE_NEW_FIELDS" | "ORDERED_PARTITION_KEYS_LIST"), ::String])


1315
1316
1317
# File 'sig/types.rbs', line 1315

def task_properties
  @task_properties
end

#task_type"Arithmetic", ...

Returns the value of attribute task_type.

Returns:

  • ("Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Passthrough", "Truncate", "Validate", "Partition")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def task_type
  @task_type
end