Class: Aws::Types::ListDevicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_aggregated_status_filter ⇒ "ERROR", ...

Returns the value of attribute device_aggregated_status_filter.

Returns:

  • ("ERROR", "AWAITING_PROVISIONING", "PENDING", "FAILED", "DELETING", "ONLINE", "OFFLINE", "LEASE_EXPIRED", "UPDATE_NEEDED", "REBOOTING")


470
471
472
# File 'sig/types.rbs', line 470

def device_aggregated_status_filter
  @device_aggregated_status_filter
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


471
472
473
# File 'sig/types.rbs', line 471

def max_results
  @max_results
end

#name_filter ⇒ ::String

Returns the value of attribute name_filter.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def name_filter
  @name_filter
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def next_token
  @next_token
end

#sort_by ⇒ "DEVICE_ID", ...

Returns the value of attribute sort_by.

Returns:

  • ("DEVICE_ID", "CREATED_TIME", "NAME", "DEVICE_AGGREGATED_STATUS")


474
475
476
# File 'sig/types.rbs', line 474

def sort_by
  @sort_by
end

#sort_order ⇒ "ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


475
476
477
# File 'sig/types.rbs', line 475

def sort_order
  @sort_order
end