![]() |
![]()
| ![]() |
![]()
NAMEPaws::Appflow::FlowDefinition USAGEThis 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 DESCRIPTIONThe properties of the flow, such as its source, destination, trigger type, and so on. ATTRIBUTESCreatedAt => StrSpecifies when the flow was created. CreatedBy => StrThe ARN of the user who created the flow. Description => StrA user-entered description of the flow. DestinationConnectorType => StrSpecifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on. FlowArn => StrThe flow's Amazon Resource Name (ARN). FlowName => StrThe specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. FlowStatus => StrIndicates the current status of the flow. LastRunExecutionDetails => Paws::Appflow::ExecutionDetailsDescribes the details of the most recent flow run. LastUpdatedAt => StrSpecifies when the flow was last updated. LastUpdatedBy => StrSpecifies the account user name that most recently updated the flow. SourceConnectorType => StrSpecifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on. Tags => Paws::Appflow::TagMapThe tags used to organize, track, or control access for your flow. TriggerType => StrSpecifies the type of flow trigger. This can be "OnDemand", "Scheduled", or "Event". SEE ALSOThis class forms part of Paws, describing an object used in Paws::Appflow BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|