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

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

#next_tokenString

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

Returns:

  • (String)


3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3519

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:



3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3519

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