ListNetworkProfilesRequest
public struct ListNetworkProfilesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
Declaration
Swift
public let arn: String
-
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
The type of network profile to return information about. Valid values are listed here.
Declaration
Swift
public let type: NetworkProfileType?
-
Undocumented
Declaration
Swift
public init(arn: String, nextToken: String? = nil, type: NetworkProfileType? = nil)
-
Declaration
Swift
public func validate(name: String) throws