Class: Aws::Types::GetResourcePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePositionRequest
- 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.
846 847 848 |
# File 'sig/types.rbs', line 846 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
847 848 849 |
# File 'sig/types.rbs', line 847 def resource_type @resource_type end |