Class: Aws::GroundStation::Types::UplinkEchoConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkEchoConfig
- 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
-
#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`.
3857 3858 3859 3860 3861 3862 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3857 class UplinkEchoConfig < Struct.new( :enabled, :antenna_uplink_config_arn) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether or not an uplink ‘Config` is enabled.
3857 3858 3859 3860 3861 3862 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3857 class UplinkEchoConfig < Struct.new( :enabled, :antenna_uplink_config_arn) SENSITIVE = [] include Aws::Structure end |