Class: Aws::Types::CreateMobileDeviceAccessRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMobileDeviceAccessRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
152 153 154 |
# File 'sig/types.rbs', line 152 def description @description end |
#device_models ⇒ ::Array[::String]
Returns the value of attribute device_models.
156 157 158 |
# File 'sig/types.rbs', line 156 def device_models @device_models end |
#device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute device_operating_systems.
158 159 160 |
# File 'sig/types.rbs', line 158 def end |
#device_types ⇒ ::Array[::String]
Returns the value of attribute device_types.
154 155 156 |
# File 'sig/types.rbs', line 154 def device_types @device_types end |
#device_user_agents ⇒ ::Array[::String]
Returns the value of attribute device_user_agents.
160 161 162 |
# File 'sig/types.rbs', line 160 def device_user_agents @device_user_agents end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
153 154 155 |
# File 'sig/types.rbs', line 153 def effect @effect end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#not_device_models ⇒ ::Array[::String]
Returns the value of attribute not_device_models.
157 158 159 |
# File 'sig/types.rbs', line 157 def not_device_models @not_device_models end |
#not_device_operating_systems ⇒ ::Array[::String]
Returns the value of attribute not_device_operating_systems.
159 160 161 |
# File 'sig/types.rbs', line 159 def end |
#not_device_types ⇒ ::Array[::String]
Returns the value of attribute not_device_types.
155 156 157 |
# File 'sig/types.rbs', line 155 def not_device_types @not_device_types end |
#not_device_user_agents ⇒ ::Array[::String]
Returns the value of attribute not_device_user_agents.
161 162 163 |
# File 'sig/types.rbs', line 161 def not_device_user_agents @not_device_user_agents end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def organization_id @organization_id end |