Class: Aws::IoTWireless::Types::ListServiceProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListServiceProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#service_profile_list ⇒ Array<Types::ServiceProfile>
The list of service profiles.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
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_list ⇒ Array<Types::ServiceProfile>
The list of service profiles.
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 |