DescribeNetworkInterfacePermissionsResult
public struct DescribeNetworkInterfacePermissionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The network interface permissions.
Declaration
Swift
public let networkInterfacePermissions: [NetworkInterfacePermission]?
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(networkInterfacePermissions: [NetworkInterfacePermission]? = nil, nextToken: String? = nil)