AWSEC2AcceptVpcEndpointConnectionsResult
Objective-C
@interface AWSEC2AcceptVpcEndpointConnectionsResult
Swift
class AWSEC2AcceptVpcEndpointConnectionsResult
-
Information about the interface endpoints that were not accepted, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2UnsuccessfulItem *> *_Nullable unsuccessful;
Swift
var unsuccessful: [AWSEC2UnsuccessfulItem]? { get set }