Class: Aws::GameLift::Types::DescribeVpcPeeringConnectionsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeVpcPeeringConnectionsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the fleet.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet. You can use either the fleet ID or ARN value.
      4784 4785 4786 4787 4788  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4784 class DescribeVpcPeeringConnectionsInput < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end  |