class Aws::GameLift::Types::DeleteVpcPeeringConnectionInput

Represents the input for a request operation.

@note When making an API call, you may pass DeleteVpcPeeringConnectionInput

data as a hash:

    {
      fleet_id: "FleetId", # required
      vpc_peering_connection_id: "NonZeroAndMaxString", # required
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet. This fleet specified must match
the fleet referenced in the VPC peering connection record. You can
use either the fleet ID or ARN value.
@return [String]

@!attribute [rw] vpc_peering_connection_id

A unique identifier for a VPC peering connection. This value is
included in the VpcPeeringConnection object, which can be retrieved
by calling DescribeVpcPeeringConnections.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DeleteVpcPeeringConnectionInput AWS API Documentation

Constants

SENSITIVE