Class: Aws::IoTWireless::Types::ListDeviceProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListDeviceProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_profile_type ⇒ String
A filter to list only device profiles that use this type, which can be ‘LoRaWAN` or `Sidewalk`.
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#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.
Instance Attribute Details
#device_profile_type ⇒ String
A filter to list only device profiles that use this type, which can be ‘LoRaWAN` or `Sidewalk`.
3332 3333 3334 3335 3336 3337 3338 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3332 class ListDeviceProfilesRequest < Struct.new( :next_token, :max_results, :device_profile_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this operation.
3332 3333 3334 3335 3336 3337 3338 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3332 class ListDeviceProfilesRequest < Struct.new( :next_token, :max_results, :device_profile_type) 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.
3332 3333 3334 3335 3336 3337 3338 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3332 class ListDeviceProfilesRequest < Struct.new( :next_token, :max_results, :device_profile_type) SENSITIVE = [] include Aws::Structure end |