You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::SearchNetworkProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchNetworkProfilesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#network_profiles ⇒ Array<Types::NetworkProfileData>
The network profiles that meet the specified set of filter criteria, in sort order.
-
#next_token ⇒ String
An optional token returned from a prior request.
-
#total_count ⇒ Integer
The total number of network profiles returned.
Instance Attribute Details
#network_profiles ⇒ Array<Types::NetworkProfileData>
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
#next_token ⇒ String
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
#total_count ⇒ Integer
The total number of network profiles returned.