Class: Aws::GameLift::Types::DeleteVpcPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteVpcPeeringConnectionInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet.
-
#vpc_peering_connection_id ⇒ String
A unique identifier for a VPC peering connection.
Instance Attribute Details
#fleet_id ⇒ String
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.
3684 3685 3686 3687 3688 3689 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3684 class DeleteVpcPeeringConnectionInput < Struct.new( :fleet_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_peering_connection_id ⇒ String
A unique identifier for a VPC peering connection.
3684 3685 3686 3687 3688 3689 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3684 class DeleteVpcPeeringConnectionInput < Struct.new( :fleet_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |