Class: Aws::GameLift::Types::DeleteVpcPeeringAuthorizationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_lift_aws_account_idString

A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2098

class DeleteVpcPeeringAuthorizationInput < Struct.new(
  :game_lift_aws_account_id,
  :peer_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#peer_vpc_idString

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 in the Amazon Web Services Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2098

class DeleteVpcPeeringAuthorizationInput < Struct.new(
  :game_lift_aws_account_id,
  :peer_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end