Class: Aws::IoTWireless::Types::ListWirelessDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListWirelessDevicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_name ⇒ String
A filter to list only the wireless devices that use this destination.
-
#device_profile_id ⇒ String
A filter to list only the wireless devices that use this device profile.
-
#fuota_task_id ⇒ String
The ID of a FUOTA task.
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#multicast_group_id ⇒ String
The ID of the multicast group.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
-
#service_profile_id ⇒ String
A filter to list only the wireless devices that use this service profile.
-
#wireless_device_type ⇒ String
A filter to list only the wireless devices that use this wireless device type.
Instance Attribute Details
#destination_name ⇒ String
A filter to list only the wireless devices that use this destination.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#device_profile_id ⇒ String
A filter to list only the wireless devices that use this device profile.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#fuota_task_id ⇒ String
The ID of a FUOTA task.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this operation.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#multicast_group_id ⇒ String
The ID of the multicast group.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#service_profile_id ⇒ String
A filter to list only the wireless devices that use this service profile.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |
#wireless_device_type ⇒ String
A filter to list only the wireless devices that use this wireless device type.
3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3829 class ListWirelessDevicesRequest < Struct.new( :max_results, :next_token, :destination_name, :device_profile_id, :service_profile_id, :wireless_device_type, :fuota_task_id, :multicast_group_id) SENSITIVE = [] include Aws::Structure end |