Class: Aws::IoTWireless::Types::ListServiceProfilesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-iotwireless/types.rb', line 3729

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

#service_profile_listArray<Types::ServiceProfile>

The list of service profiles.

Returns:



3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-iotwireless/types.rb', line 3729

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