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"), ::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.
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.
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.
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.
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.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def task_type @task_type end |