AWS SDK for .NET Documentation
RejectVpcPeeringConnectionRequest Class
AmazonAmazon.EC2.ModelRejectVpcPeeringConnectionRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class RejectVpcPeeringConnectionRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RejectVpcPeeringConnectionRequest()()()()
Initializes a new instance of the RejectVpcPeeringConnectionRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
EC2Request
 RejectVpcPeeringConnectionRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)