Class: Aws::Appflow::Types::FlowDefinition

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

Overview

The properties of the flow, such as its source, destination, trigger type, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Specifies when the flow was created.

Returns:

  • (Time)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The ARN of the user who created the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A user-entered description of the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#destination_connector_labelString

The label of the destination connector in the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#destination_connector_typeString

Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

The flow's Amazon Resource Name (ARN).

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#flow_nameString

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#flow_statusString

Indicates the current status of the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#last_run_execution_detailsTypes::ExecutionDetails

Describes the details of the most recent flow run.



2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies when the flow was last updated.

Returns:

  • (Time)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

Specifies the account user name that most recently updated the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#source_connector_labelString

The label of the source connector in the flow.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#source_connector_typeString

Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for your flow.

Returns:

  • (Hash<String,String>)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_typeString

Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2642

class FlowDefinition < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :flow_status,
  :source_connector_type,
  :source_connector_label,
  :destination_connector_type,
  :destination_connector_label,
  :trigger_type,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :last_run_execution_details)
  SENSITIVE = []
  include Aws::Structure
end