Class: Aws::Panorama::Types::ListDevicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_aggregated_status_filterString

Filter based on a device's status.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of devices to return in one page of results.

Returns:

  • (Integer)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#name_filterString

Filter based on device's name. Prefixes supported.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The target column to be sorted on. Default column sort is CREATED_TIME.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1648

class ListDevicesRequest < Struct.new(
  :device_aggregated_status_filter,
  :max_results,
  :name_filter,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end