Class: Aws::Types::DeviceSelectionResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::DeviceFilter]

Returns the value of attribute filters.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


358
359
360
# File 'sig/types.rbs', line 358

def max_devices
  @max_devices
end