Class: Aws::Types::UpdateDevicePoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDevicePoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#clear_max_devices ⇒ Boolean
Returns the value of attribute clear_max_devices.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def arn @arn end |
#clear_max_devices ⇒ Boolean
Returns the value of attribute clear_max_devices.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def clear_max_devices @clear_max_devices end |
#description ⇒ ::String
Returns the value of attribute description.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def description @description end |
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def max_devices @max_devices end |
#name ⇒ ::String
Returns the value of attribute name.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def rules @rules end |