Class: Aws::Types::DeleteMobileDeviceAccessOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMobileDeviceAccessOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
306 307 308 |
# File 'sig/types.rbs', line 306 def device_id @device_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def user_id @user_id end |