Class: Aws::GroundStation::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::Source
- Defined in:
- gems/aws-sdk-groundstation/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 isdataflow-endpointorantenna-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
3249 3250 3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3249 class Source < Struct.new( :config_type, :config_id, :config_details, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a Config.
3249 3250 3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3249 class Source < Struct.new( :config_type, :config_id, :config_details, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config.
3249 3250 3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3249 class Source < Struct.new( :config_type, :config_id, :config_details, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |
#dataflow_source_region ⇒ String
Region of a dataflow source.
3249 3250 3251 3252 3253 3254 3255 3256 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3249 class Source < Struct.new( :config_type, :config_id, :config_details, :dataflow_source_region) SENSITIVE = [] include Aws::Structure end |