Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsInput

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. You can use either the fleet ID or ARN value.

Returns:

  • (String)


4718
4719
4720
4721
4722
# File 'lib/aws-sdk-gamelift/types.rb', line 4718

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