class Aws::GameLift::Types::DeleteVpcPeeringAuthorizationInput

Represents the input for a request operation.

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

data as a hash:

    {
      game_lift_aws_account_id: "NonZeroAndMaxString", # required
      peer_vpc_id: "NonZeroAndMaxString", # required
    }

@!attribute [rw] game_lift_aws_account_id

A unique identifier for the AWS account that you use to manage your
GameLift fleet. You can find your Account ID in the AWS Management
Console under account settings.
@return [String]

@!attribute [rw] peer_vpc_id

A unique identifier for a VPC with resources to be accessed by your
GameLift fleet. The VPC must be in the same Region as your fleet. To
look up a VPC ID, use the [VPC Dashboard][1] in the AWS Management
Console. Learn more about VPC peering in [VPC Peering with GameLift
Fleets][2].

[1]: https://console.aws.amazon.com/vpc/
[2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html
@return [String]

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

Constants

SENSITIVE