Class: Aws::GroundStation::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::Destination
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Dataflow details for the destination 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 demod decode. -
#config_id ⇒ String
UUID of a
Config
. -
#config_type ⇒ String
Type of a
Config
. -
#dataflow_destination_region ⇒ String
Region of a dataflow destination.
Instance Attribute Details
#config_details ⇒ Types::ConfigDetails
Additional details for a Config
, if type is dataflow endpoint or
antenna demod decode.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1141 class Destination < Struct.new( :config_details, :config_id, :config_type, :dataflow_destination_region) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a Config
.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1141 class Destination < Struct.new( :config_details, :config_id, :config_type, :dataflow_destination_region) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config
.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1141 class Destination < Struct.new( :config_details, :config_id, :config_type, :dataflow_destination_region) SENSITIVE = [] include Aws::Structure end |
#dataflow_destination_region ⇒ String
Region of a dataflow destination.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1141 class Destination < Struct.new( :config_details, :config_id, :config_type, :dataflow_destination_region) SENSITIVE = [] include Aws::Structure end |