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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-groundstation/types.rb', line 3758

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

#enabledBoolean

Whether or not an uplink ‘Config` is enabled.

Returns:

  • (Boolean)


3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-groundstation/types.rb', line 3758

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