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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

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.

Returns:

  • (String)


3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-gamelift/types.rb', line 3340

class DeleteVpcPeeringConnectionInput < Struct.new(
  :fleet_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_peering_connection_idString

A unique identifier for a VPC peering connection.

Returns:

  • (String)


3340
3341
3342
3343
3344
3345
# File 'lib/aws-sdk-gamelift/types.rb', line 3340

class DeleteVpcPeeringConnectionInput < Struct.new(
  :fleet_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end