You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::DeleteVpcPeeringConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteVpcPeeringConnectionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input for a request operation.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for a 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.

Returns:

  • (String)

    A unique identifier for a fleet.

#vpc_peering_connection_idString

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

Returns:

  • (String)

    A unique identifier for a VPC peering connection.