Class: Aws::Types::GetMobileDeviceAccessOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMobileDeviceAccessOverrideRequest
- 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.
737 738 739 |
# File 'sig/types.rbs', line 737 def device_id @device_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
735 736 737 |
# File 'sig/types.rbs', line 735 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def user_id @user_id end |