Class: Aws::Types::GetPositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
803 804 805 |
# File 'sig/types.rbs', line 803 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
804 805 806 |
# File 'sig/types.rbs', line 804 def resource_type @resource_type end |