Container for the parameters to the RejectVpcPeeringConnection operation.
Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests.

C# |
public class RejectVpcPeeringConnectionRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RejectVpcPeeringConnectionRequest()()()() | Initializes a new instance of the RejectVpcPeeringConnectionRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetVpcPeeringConnectionId()()()() |
Checks if VpcPeeringConnectionId is set
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VpcPeeringConnectionId |
The ID of the VPC peering connection.
|
![]() | WithVpcPeeringConnectionId(String) | Obsolete.
Sets the VpcPeeringConnectionId
The VpcPeeringConnectionId. |

Object | ||
![]() | EC2Request | |
![]() | RejectVpcPeeringConnectionRequest |