Class: Aws::GroundStation::Types::DataflowDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Information about a dataflow edge used in a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

Dataflow details for the destination side.

Returns:



714
715
716
717
718
719
720
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 714

class DataflowDetail < Struct.new(
  :destination,
  :error_message,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message for a dataflow.

Returns:

  • (String)


714
715
716
717
718
719
720
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 714

class DataflowDetail < Struct.new(
  :destination,
  :error_message,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::Source

Dataflow details for the source side.

Returns:



714
715
716
717
718
719
720
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 714

class DataflowDetail < Struct.new(
  :destination,
  :error_message,
  :source)
  SENSITIVE = []
  include Aws::Structure
end