Class: Aws::Types::SemtechGnssDetail
- Inherits:
-
Object
- Object
- Aws::Types::SemtechGnssDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fec ⇒ "ROSE", "NONE"
Returns the value of attribute fec.
-
#provider ⇒ "Semtech"
Returns the value of attribute provider.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#type ⇒ "GNSS"
Returns the value of attribute type.
Instance Attribute Details
#fec ⇒ "ROSE", "NONE"
Returns the value of attribute fec.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def fec @fec end |
#provider ⇒ "Semtech"
Returns the value of attribute provider.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def provider @provider end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def status @status end |
#type ⇒ "GNSS"
Returns the value of attribute type.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def type @type end |