Class: Aws::Types::FlowDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def description
  @description
end

#destination_connector_label::String

Returns the value of attribute destination_connector_label.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def destination_connector_label
  @destination_connector_label
end

#destination_connector_type"Salesforce", ...

Returns the value of attribute destination_connector_type.

Returns:

  • ("Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles", "SAPOData", "CustomConnector", "Pardot")


650
651
652
# File 'sig/types.rbs', line 650

def destination_connector_type
  @destination_connector_type
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def flow_arn
  @flow_arn
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def flow_name
  @flow_name
end

#flow_status"Active", ...

Returns the value of attribute flow_status.

Returns:

  • ("Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended")


647
648
649
# File 'sig/types.rbs', line 647

def flow_status
  @flow_status
end

#last_run_execution_detailsTypes::ExecutionDetails

Returns the value of attribute last_run_execution_details.



658
659
660
# File 'sig/types.rbs', line 658

def last_run_execution_details
  @last_run_execution_details
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


654
655
656
# File 'sig/types.rbs', line 654

def last_updated_at
  @last_updated_at
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def last_updated_by
  @last_updated_by
end

#source_connector_label::String

Returns the value of attribute source_connector_label.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def source_connector_label
  @source_connector_label
end

#source_connector_type"Salesforce", ...

Returns the value of attribute source_connector_type.

Returns:

  • ("Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles", "SAPOData", "CustomConnector", "Pardot")


648
649
650
# File 'sig/types.rbs', line 648

def source_connector_type
  @source_connector_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


657
658
659
# File 'sig/types.rbs', line 657

def tags
  @tags
end

#trigger_type"Scheduled", ...

Returns the value of attribute trigger_type.

Returns:

  • ("Scheduled", "Event", "OnDemand")


652
653
654
# File 'sig/types.rbs', line 652

def trigger_type
  @trigger_type
end