Class: Aws::Types::DeviceSelectionResult
- Inherits:
-
Object
- Object
- Aws::Types::DeviceSelectionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::DeviceFilter]
Returns the value of attribute filters.
-
#matched_devices_count ⇒ ::Integer
Returns the value of attribute matched_devices_count.
-
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
Instance Attribute Details
#filters ⇒ ::Array[Types::DeviceFilter]
Returns the value of attribute filters.
356 357 358 |
# File 'sig/types.rbs', line 356 def filters @filters end |
#matched_devices_count ⇒ ::Integer
Returns the value of attribute matched_devices_count.
357 358 359 |
# File 'sig/types.rbs', line 357 def matched_devices_count @matched_devices_count end |
#max_devices ⇒ ::Integer
Returns the value of attribute max_devices.
358 359 360 |
# File 'sig/types.rbs', line 358 def max_devices @max_devices end |