Class: Aws::Types::PutPositionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPositionConfigurationRequest
- 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::PositionSolverConfigurations
Returns the value of attribute solvers.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def destination @destination end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def resource_type @resource_type end |
#solvers ⇒ Types::PositionSolverConfigurations
Returns the value of attribute solvers.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def solvers @solvers end |