Class: Aws::AlexaForBusiness::Types::SearchDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceData>

The devices that meet the specified set of filter criteria, in sort order.

Returns:



3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3968

class SearchDevicesResponse < Struct.new(
  :devices,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3968

class SearchDevicesResponse < Struct.new(
  :devices,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total number of devices returned.

Returns:

  • (Integer)


3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3968

class SearchDevicesResponse < Struct.new(
  :devices,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end