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
- Struct
- Aws::GroundStation::Types::UplinkEchoConfig
- 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
-
#antenna_uplink_config_arn ⇒ String
ARN of an uplink
Config
. -
#enabled ⇒ Boolean
Whether or not an uplink
Config
is enabled.
Instance Attribute Details
#antenna_uplink_config_arn ⇒ String
ARN of an uplink Config
.
#enabled ⇒ Boolean
Whether or not an uplink Config
is enabled.