AWSEC2ModifyVpcEndpointServicePermissionsResult
Objective-C
@interface AWSEC2ModifyVpcEndpointServicePermissionsResult
Swift
class AWSEC2ModifyVpcEndpointServicePermissionsResult
-
Information about the added principals.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AddedPrincipal *> *_Nullable addedPrincipals;
Swift
var addedPrincipals: [AWSEC2AddedPrincipal]? { get set }
-
Returns
true
if the request succeeds; otherwise, it returns an error.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returnValue;
Swift
var returnValue: NSNumber? { get set }