Class: Aws::Types::UpdateMobileDeviceAccessRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMobileDeviceAccessRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_models ⇒ ::Array[::String]
Returns the value of attribute device_models.
-
#device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute device_operating_systems.
-
#device_types ⇒ ::Array[::String]
Returns the value of attribute device_types.
-
#device_user_agents ⇒ ::Array[::String]
Returns the value of attribute device_user_agents.
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#mobile_device_access_rule_id ⇒ ::String
Returns the value of attribute mobile_device_access_rule_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#not_device_models ⇒ ::Array[::String]
Returns the value of attribute not_device_models.
-
#not_device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute not_device_operating_systems.
-
#not_device_types ⇒ ::Array[::String]
Returns the value of attribute not_device_types.
-
#not_device_user_agents ⇒ ::Array[::String]
Returns the value of attribute not_device_user_agents.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def description @description end |
#device_models ⇒ ::Array[::String]
Returns the value of attribute device_models.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def device_models @device_models end |
#device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute device_operating_systems.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def end |
#device_types ⇒ ::Array[::String]
Returns the value of attribute device_types.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def device_types @device_types end |
#device_user_agents ⇒ ::Array[::String]
Returns the value of attribute device_user_agents.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def device_user_agents @device_user_agents end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def effect @effect end |
#mobile_device_access_rule_id ⇒ ::String
Returns the value of attribute mobile_device_access_rule_id.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def mobile_device_access_rule_id @mobile_device_access_rule_id end |
#name ⇒ ::String
Returns the value of attribute name.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def name @name end |
#not_device_models ⇒ ::Array[::String]
Returns the value of attribute not_device_models.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def not_device_models @not_device_models end |
#not_device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute not_device_operating_systems.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def end |
#not_device_types ⇒ ::Array[::String]
Returns the value of attribute not_device_types.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def not_device_types @not_device_types end |
#not_device_user_agents ⇒ ::Array[::String]
Returns the value of attribute not_device_user_agents.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def not_device_user_agents @not_device_user_agents end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def organization_id @organization_id end |