Class: Aws::Types::PutMobileDeviceAccessOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMobileDeviceAccessOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def description @description end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def device_id @device_id end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def effect @effect end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def user_id @user_id end |