Class: Aws::AlexaForBusiness::Types::SearchNetworkProfilesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4030

class SearchNetworkProfilesResponse < Struct.new(
  :network_profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4030

class SearchNetworkProfilesResponse < Struct.new(
  :network_profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total number of network profiles returned.

Returns:

  • (Integer)


4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4030

class SearchNetworkProfilesResponse < Struct.new(
  :network_profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end