Class: Aws::GroundStation::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::Source
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Dataflow details for the source side.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_details ⇒ Types::ConfigDetails
Additional details for a ‘Config`, if type is `dataflow-endpoint` or `antenna-downlink-demod-decode`.
-
#config_id ⇒ String
UUID of a ‘Config`.
-
#config_type ⇒ String
Type of a ‘Config`.
-
#dataflow_source_region ⇒ String
Region of a dataflow source.
Instance Attribute Details
#config_details ⇒ Types::ConfigDetails
Additional details for a ‘Config`, if type is `dataflow-endpoint` or `antenna-downlink-demod-decode`
2622 2623 2624 2625 2626 2627 2628 2629 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2622 class Source < Struct.new( :config_details, :config_id, :config_type, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a ‘Config`.
2622 2623 2624 2625 2626 2627 2628 2629 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2622 class Source < Struct.new( :config_details, :config_id, :config_type, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |