Class: Aws::GroundStation::Types::Source

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_detailsTypes::ConfigDetails

Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode



2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2587

class Source < Struct.new(
  :config_details,
  :config_id,
  :config_type,
  :dataflow_source_region)
  SENSITIVE = []
  include Aws::Structure
end

#config_idString

UUID of a Config.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2587

class Source < Struct.new(
  :config_details,
  :config_id,
  :config_type,
  :dataflow_source_region)
  SENSITIVE = []
  include Aws::Structure
end

#config_typeString

Type of a Config.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2587

class Source < Struct.new(
  :config_details,
  :config_id,
  :config_type,
  :dataflow_source_region)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_source_regionString

Region of a dataflow source.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2587

class Source < Struct.new(
  :config_details,
  :config_id,
  :config_type,
  :dataflow_source_region)
  SENSITIVE = []
  include Aws::Structure
end