AcceptVpcEndpointConnectionsResult
public struct AcceptVpcEndpointConnectionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the interface endpoints that were not accepted, if applicable.
Declaration
Swift
public let unsuccessful: [UnsuccessfulItem]?
-
Undocumented
Declaration
Swift
public init(unsuccessful: [UnsuccessfulItem]? = nil)