Class: Aws::SupplyChain::Types::DataIntegrationFlowExecutionOutputMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-supplychain/types.rb

Overview

The output metadata of the flow execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#diagnostic_reports_root_s3uriString

The S3 URI under which all diagnostic files (such as deduped records if any) are stored.

Returns:

  • (String)


732
733
734
735
736
# File 'lib/aws-sdk-supplychain/types.rb', line 732

class  < Struct.new(
  :diagnostic_reports_root_s3uri)
  SENSITIVE = []
  include Aws::Structure
end