SearchNetworkProfilesResponse

public struct SearchNetworkProfilesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.

    Declaration

    Swift

    public let networkProfiles: [NetworkProfileData]?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • The total number of network profiles returned.

    Declaration

    Swift

    public let totalCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(networkProfiles: [NetworkProfileData]? = nil, nextToken: String? = nil, totalCount: Int? = nil)