Class: Aws::GroundStation::Types::Destination

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

Overview

Dataflow details for the destination side.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_detailsTypes::ConfigDetails

Additional details for a ‘Config`, if type is dataflow endpoint or antenna demod decode.



1141
1142
1143
1144
1145
1146
1147
1148
# File '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_idString

UUID of a ‘Config`.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
# File '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_typeString

Type of a ‘Config`.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
# File '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_regionString

Region of a dataflow destination.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
# File '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