Class: Aws::Types::SemtechGnssConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SemtechGnssConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fec ⇒ "ROSE", "NONE"
Returns the value of attribute fec.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
Instance Attribute Details
#fec ⇒ "ROSE", "NONE"
Returns the value of attribute fec.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def fec @fec end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def status @status end |