NAME

Paws::Appflow::FlowDefinition

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Appflow::FlowDefinition object:

$service_obj->Method(Att1 => { CreatedAt => $value, ..., TriggerType => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Appflow::FlowDefinition object:

$result = $service_obj->Method(...);
$result->Att1->CreatedAt

DESCRIPTION

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

ATTRIBUTES

CreatedAt => Str

Specifies when the flow was created.

CreatedBy => Str

The ARN of the user who created the flow.

Description => Str

A user-entered description of the flow.

DestinationConnectorType => Str

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

FlowArn => Str

The flow's Amazon Resource Name (ARN).

FlowName => Str

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

FlowStatus => Str

Indicates the current status of the flow.

LastRunExecutionDetails => Paws::Appflow::ExecutionDetails

Describes the details of the most recent flow run.

LastUpdatedAt => Str

Specifies when the flow was last updated.

LastUpdatedBy => Str

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

SourceConnectorType => Str

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

Tags => Paws::Appflow::TagMap

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

TriggerType => Str

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Appflow

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues