Class: Aws::AlexaForBusiness::Types::SearchDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchDevicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::DeviceData>
The devices that meet the specified set of filter criteria, in sort order.
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#total_count ⇒ Integer
The total number of devices returned.
Instance Attribute Details
#devices ⇒ Array<Types::DeviceData>
The devices that meet the specified set of filter criteria, in sort order.
3968 3969 3970 3971 3972 3973 3974 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3968 class SearchDevicesResponse < Struct.new( :devices, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned to indicate that there is more data available.
3968 3969 3970 3971 3972 3973 3974 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3968 class SearchDevicesResponse < Struct.new( :devices, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of devices returned.
3968 3969 3970 3971 3972 3973 3974 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3968 class SearchDevicesResponse < Struct.new( :devices, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |