Class: Aws::Types::UpdatePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
Instance Attribute Details
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def position @position end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def resource_type @resource_type end |