Class: Aws::Types::GetMobileDeviceAccessEffectRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMobileDeviceAccessEffectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_model ⇒ ::String
Returns the value of attribute device_model.
-
#device_operating_system ⇒ ::String
Returns the value of attribute device_operating_system.
-
#device_type ⇒ ::String
Returns the value of attribute device_type.
-
#device_user_agent ⇒ ::String
Returns the value of attribute device_user_agent.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#device_model ⇒ ::String
Returns the value of attribute device_model.
722 723 724 |
# File 'sig/types.rbs', line 722 def device_model @device_model end |
#device_operating_system ⇒ ::String
Returns the value of attribute device_operating_system.
723 724 725 |
# File 'sig/types.rbs', line 723 def end |
#device_type ⇒ ::String
Returns the value of attribute device_type.
721 722 723 |
# File 'sig/types.rbs', line 721 def device_type @device_type end |
#device_user_agent ⇒ ::String
Returns the value of attribute device_user_agent.
724 725 726 |
# File 'sig/types.rbs', line 724 def device_user_agent @device_user_agent end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
720 721 722 |
# File 'sig/types.rbs', line 720 def organization_id @organization_id end |