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
trueif the request succeeds; otherwise, it returns an error.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returnValue;Swift
var returnValue: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2ModifyVpcEndpointServicePermissionsResult Class Reference