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.



2729
2730
2731
# File 'sig/types.rbs', line 2729

def connector_operator
  @connector_operator
end

#destination_field::String

Returns the value of attribute destination_field.

Returns:

  • (::String)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def destination_field
  @destination_field
end

#source_fields::Array[::String]

Returns the value of attribute source_fields.

Returns:

  • (::Array[::String])


2731
2732
2733
# File 'sig/types.rbs', line 2731

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"), ::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"), ::String])


2732
2733
2734
# File 'sig/types.rbs', line 2732

def task_properties
  @task_properties
end

#task_type"Arithmetic", ...

Returns the value of attribute task_type.

Returns:

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


2733
2734
2735
# File 'sig/types.rbs', line 2733

def task_type
  @task_type
end