Class: Aws::IoTWireless::Types::ListDeviceProfilesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_profile_typeString

A filter to list only device profiles that use this type, which can be LoRaWAN or Sidewalk.

Returns:

  • (String)


3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3122

class ListDeviceProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :device_profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3122

class ListDeviceProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :device_profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3122
3123
3124
3125
3126
3127
3128
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3122

class ListDeviceProfilesRequest < Struct.new(
  :next_token,
  :max_results,
  :device_profile_type)
  SENSITIVE = []
  include Aws::Structure
end