DescribeGlobalNetworksRequest

public struct DescribeGlobalNetworksRequest : AWSShape
extension NetworkManager.DescribeGlobalNetworksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of one or more global networks. The maximum is 10.

    Declaration

    Swift

    public let globalNetworkIds: [String]?
  • The maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(globalNetworkIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws