Class: Aws::Types::GetPositionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPositionConfigurationRequest
- 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.
775 776 777 |
# File 'sig/types.rbs', line 775 def resource_identifier @resource_identifier end |
#resource_type ⇒ "WirelessDevice", "WirelessGateway"
Returns the value of attribute resource_type.
776 777 778 |
# File 'sig/types.rbs', line 776 def resource_type @resource_type end |