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