Class: Aws::Types::DevicePool
- Inherits:
-
Object
- Object
- Aws::Types::DevicePool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
329 330 331 |
# File 'sig/types.rbs', line 329 def description @description end |
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
332 333 334 |
# File 'sig/types.rbs', line 332 def max_devices @max_devices end |
#name ⇒ ::String
Returns the value of attribute name.
328 329 330 |
# File 'sig/types.rbs', line 328 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
331 332 333 |
# File 'sig/types.rbs', line 331 def rules @rules end |
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
330 331 332 |
# File 'sig/types.rbs', line 330 def type @type end |