Class: Aws::AlexaForBusiness::Types::SearchDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchDevicesResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
4818 4819 4820 4821 4822 4823 4824 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4818 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.
4818 4819 4820 4821 4822 4823 4824 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4818 class SearchDevicesResponse < Struct.new( :devices, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of devices returned.
4818 4819 4820 4821 4822 4823 4824 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4818 class SearchDevicesResponse < Struct.new( :devices, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |