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_operator ⇒ Types::ConnectorOperator

Returns the value of attribute connector_operator.



2760
2761
2762
# File 'sig/types.rbs', line 2760

def connector_operator
  @connector_operator
end

#destination_field ⇒ ::String

Returns the value of attribute destination_field.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def destination_field
  @destination_field
end

#source_fields ⇒ ::Array[::String]

Returns the value of attribute source_fields.

Returns:

  • (::Array[::String])


2762
2763
2764
# File 'sig/types.rbs', line 2762

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])


2763
2764
2765
# File 'sig/types.rbs', line 2763

def task_properties
  @task_properties
end

#task_type ⇒ "Arithmetic", ...

Returns the value of attribute task_type.

Returns:

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


2764
2765
2766
# File 'sig/types.rbs', line 2764

def task_type
  @task_type
end