Class: Aws::Types::UplinkEchoConfig
- Inherits:
-
Object
- Object
- Aws::Types::UplinkEchoConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antenna_uplink_config_arn ⇒ ::String
Returns the value of attribute antenna_uplink_config_arn.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#antenna_uplink_config_arn ⇒ ::String
Returns the value of attribute antenna_uplink_config_arn.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def antenna_uplink_config_arn @antenna_uplink_config_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def enabled @enabled end |