AWSEC2CreateVpcPeeringConnectionResult
Objective-C
@interface AWSEC2CreateVpcPeeringConnectionResult
Swift
class AWSEC2CreateVpcPeeringConnectionResult
-
Information about the VPC peering connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcPeeringConnection *_Nullable vpcPeeringConnection;
Swift
var vpcPeeringConnection: AWSEC2VpcPeeringConnection? { get set }