Class: Aws::GroundStation::Types::TelemetrySinkConfig

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

Overview

Information about a telemetry sink Config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#telemetry_sink_dataTypes::TelemetrySinkData

Information about the telemetry sink specified by the telemetrySinkType.



4009
4010
4011
4012
4013
4014
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4009

class TelemetrySinkConfig < Struct.new(
  :telemetry_sink_type,
  :telemetry_sink_data)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_sink_typeString

The type of telemetry sink.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4009

class TelemetrySinkConfig < Struct.new(
  :telemetry_sink_type,
  :telemetry_sink_data)
  SENSITIVE = []
  include Aws::Structure
end