AWSEC2ModifyVpcPeeringConnectionOptionsResult
Objective-C
@interface AWSEC2ModifyVpcPeeringConnectionOptionsResult
Swift
class AWSEC2ModifyVpcPeeringConnectionOptionsResult
-
Information about the VPC peering connection options for the accepter VPC.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PeeringConnectionOptions *_Nullable accepterPeeringConnectionOptions;
Swift
var accepterPeeringConnectionOptions: AWSEC2PeeringConnectionOptions? { get set }
-
Information about the VPC peering connection options for the requester VPC.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PeeringConnectionOptions *_Nullable requesterPeeringConnectionOptions;
Swift
var requesterPeeringConnectionOptions: AWSEC2PeeringConnectionOptions? { get set }