Class: Aws::Types::UpdateResourcePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourcePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geo_json_payload ⇒ ::IO
Returns the value of attribute geo_json_payload.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
Instance Attribute Details
#geo_json_payload ⇒ ::IO
Returns the value of attribute geo_json_payload.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def geo_json_payload @geo_json_payload end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def resource_type @resource_type end |