Class: Aws::GroundStation::Types::DataflowDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DataflowDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about a dataflow edge used in a contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Dataflow details for the destination side.
-
#error_message ⇒ String
Error message for a dataflow.
-
#source ⇒ Types::Source
Dataflow details for the source side.
Instance Attribute Details
#destination ⇒ Types::Destination
Dataflow details for the destination side.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-groundstation/types.rb', line 741 class DataflowDetail < Struct.new( :destination, :error_message, :source) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Error message for a dataflow.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-groundstation/types.rb', line 741 class DataflowDetail < Struct.new( :destination, :error_message, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
Dataflow details for the source side.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-groundstation/types.rb', line 741 class DataflowDetail < Struct.new( :destination, :error_message, :source) SENSITIVE = [] include Aws::Structure end |