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
- Struct
- Aws::GameLift::Types::DeleteVpcPeeringConnectionInput
- 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
-
#fleet_id ⇒ String
A unique identifier for a fleet.
-
#vpc_peering_connection_id ⇒ String
A unique identifier for a VPC peering connection.
Instance Attribute Details
#fleet_id ⇒ String
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.
#vpc_peering_connection_id ⇒ String
A unique identifier for a VPC peering connection. This value is included in the VpcPeeringConnection object, which can be retrieved by calling DescribeVpcPeeringConnections.