Class: Aws::Types::PositionConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::PositionConfigurationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
-
#solvers ⇒ Types::PositionSolverDetails
Returns the value of attribute solvers.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def destination @destination end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def resource_type @resource_type end |
#solvers ⇒ Types::PositionSolverDetails
Returns the value of attribute solvers.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def solvers @solvers end |