You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UplinkEchoConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  antenna_uplink_config_arn: "ConfigArn", # required
  enabled: false, # required
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

ARN of an uplink Config.

Returns:

  • (String)

    ARN of an uplink Config.

#enabledBoolean

Whether or not an uplink Config is enabled.

Returns:

  • (Boolean)

    Whether or not an uplink Config is enabled.