Class: Aws::Types::MobileDeviceAccessRule
- Inherits:
-
Object
- Object
- Aws::Types::MobileDeviceAccessRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
-
#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.
Instance Attribute Details
#date_created ⇒ ::Time
Returns the value of attribute date_created.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def date_created @date_created end |
#date_modified ⇒ ::Time
Returns the value of attribute date_modified.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def date_modified @date_modified end |
#description ⇒ ::String
Returns the value of attribute description.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def description @description end |
#device_models ⇒ ::Array[::String]
Returns the value of attribute device_models.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def device_models @device_models end |
#device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute device_operating_systems.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def @device_operating_systems end |
#device_types ⇒ ::Array[::String]
Returns the value of attribute device_types.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def device_types @device_types end |
#device_user_agents ⇒ ::Array[::String]
Returns the value of attribute device_user_agents.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def device_user_agents @device_user_agents end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def effect @effect end |
#mobile_device_access_rule_id ⇒ ::String
Returns the value of attribute mobile_device_access_rule_id.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def mobile_device_access_rule_id @mobile_device_access_rule_id end |
#name ⇒ ::String
Returns the value of attribute name.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def name @name end |
#not_device_models ⇒ ::Array[::String]
Returns the value of attribute not_device_models.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def not_device_models @not_device_models end |
#not_device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute not_device_operating_systems.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def @not_device_operating_systems end |
#not_device_types ⇒ ::Array[::String]
Returns the value of attribute not_device_types.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def not_device_types @not_device_types end |
#not_device_user_agents ⇒ ::Array[::String]
Returns the value of attribute not_device_user_agents.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def not_device_user_agents @not_device_user_agents end |