Class: Aws::IoTWireless::Types::ListDeviceProfilesResponse

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_listArray<Types::DeviceProfile>

The list of device profiles.

Returns:



3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3139

class ListDeviceProfilesResponse < Struct.new(
  :next_token,
  :device_profile_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3139

class ListDeviceProfilesResponse < Struct.new(
  :next_token,
  :device_profile_list)
  SENSITIVE = []
  include Aws::Structure
end