Class: Aws::GroundStation::Types::UplinkEchoConfig

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

Overview

Information about an uplink echo Config.

Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

ARN of an uplink Config.

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2929

class UplinkEchoConfig < Struct.new(
  :antenna_uplink_config_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Whether or not an uplink Config is enabled.

Returns:

  • (Boolean)


2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2929

class UplinkEchoConfig < Struct.new(
  :antenna_uplink_config_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end