Class: Aws::Types::Task
- Inherits:
-
Object
- Object
- Aws::Types::Task
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_operator ⇒ Types::ConnectorOperator
Returns the value of attribute connector_operator.
-
#destination_field ⇒ ::String
Returns the value of attribute destination_field.
-
#source_fields ⇒ ::Array[::String]
Returns the value of attribute source_fields.
-
#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.
-
#task_type ⇒ "Arithmetic", ...
Returns the value of attribute task_type.
Instance Attribute Details
#connector_operator ⇒ Types::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.
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.
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.
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.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def task_type @task_type end |