Class: Aws::Types::CreateDevicePoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDevicePoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
63 64 65 |
# File 'sig/types.rbs', line 63 def description @description end |
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
65 66 67 |
# File 'sig/types.rbs', line 65 def max_devices @max_devices end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def project_arn @project_arn end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
64 65 66 |
# File 'sig/types.rbs', line 64 def rules @rules end |