Class: Aws::CustomerProfiles::Types::Task

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_operatorTypes::ConnectorOperator

The operation to be performed on the provided source fields.



5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5005

class Task < Struct.new(
  :connector_operator,
  :destination_field,
  :source_fields,
  :task_properties,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#destination_fieldString

A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

Returns:

  • (String)


5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5005

class Task < Struct.new(
  :connector_operator,
  :destination_field,
  :source_fields,
  :task_properties,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_fieldsArray<String>

The source fields to which a particular task is applied.

Returns:

  • (Array<String>)


5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5005

class Task < Struct.new(
  :connector_operator,
  :destination_field,
  :source_fields,
  :task_properties,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_propertiesHash<String,String>

A map used to store task-related information. The service looks for particular information based on the TaskType.

Returns:

  • (Hash<String,String>)


5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5005

class Task < Struct.new(
  :connector_operator,
  :destination_field,
  :source_fields,
  :task_properties,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end

#task_typeString

Specifies the particular task implementation that Amazon AppFlow performs.

Returns:

  • (String)


5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5005

class Task < Struct.new(
  :connector_operator,
  :destination_field,
  :source_fields,
  :task_properties,
  :task_type)
  SENSITIVE = []
  include Aws::Structure
end