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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#network_profilesArray<Types::NetworkProfileData>

The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.

Returns:

#next_tokenString

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.

Returns:

  • (String)

    An optional token returned from a prior request.

#total_countInteger

The total number of network profiles returned.

Returns:

  • (Integer)

    The total number of network profiles returned.