Method: Aws::Appflow::Types::DescribeFlowResponse#flow_arn

Defined in:
lib/aws-sdk-appflow/types.rb

#flow_arnString

The flow’s Amazon Resource Name (ARN).

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/aws-sdk-appflow/types.rb', line 2098

class DescribeFlowResponse < Struct.new(
  :flow_arn,
  :description,
  :flow_name,
  :kms_arn,
  :flow_status,
  :flow_status_message,
  :source_flow_config,
  :destination_flow_config_list,
  :last_run_execution_details,
  :trigger_config,
  :tasks,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags,
  :metadata_catalog_config,
  :last_run_metadata_catalog_details,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end