Class: Aws::AlexaForBusiness::Types::SearchNetworkProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchNetworkProfilesResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
4816 4817 4818 4819 4820 4821 4822 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4816 class SearchNetworkProfilesResponse < Struct.new( :network_profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#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.
4816 4817 4818 4819 4820 4821 4822 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4816 class SearchNetworkProfilesResponse < Struct.new( :network_profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of network profiles returned.
4816 4817 4818 4819 4820 4821 4822 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4816 class SearchNetworkProfilesResponse < Struct.new( :network_profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |