CreateVpcEndpointConnectionNotificationResult
public struct CreateVpcEndpointConnectionNotificationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String?
-
Information about the notification.
Declaration
Swift
public let connectionNotification: ConnectionNotification?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, connectionNotification: ConnectionNotification? = nil)