ModifyVpcPeeringConnectionOptionsResult
public struct ModifyVpcPeeringConnectionOptionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the VPC peering connection options for the accepter VPC.
Declaration
Swift
public let accepterPeeringConnectionOptions: PeeringConnectionOptions?
-
Information about the VPC peering connection options for the requester VPC.
Declaration
Swift
public let requesterPeeringConnectionOptions: PeeringConnectionOptions?
-
Undocumented
Declaration
Swift
public init(accepterPeeringConnectionOptions: PeeringConnectionOptions? = nil, requesterPeeringConnectionOptions: PeeringConnectionOptions? = nil)