Class: Aws::GameLift::Types::DescribeFleetPortSettingsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeFleetPortSettingsInput
 
 
- 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 to retrieve port settings for.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A remote location to check for status of port setting updates.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to retrieve port settings for. You can use either the fleet ID or ARN value.
      3928 3929 3930 3931 3932 3933  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3928 class DescribeFleetPortSettingsInput < Struct.new( :fleet_id, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
A remote location to check for status of port setting updates. Use the Amazon Web Services Region code format, such as ‘us-west-2`.
      3928 3929 3930 3931 3932 3933  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3928 class DescribeFleetPortSettingsInput < Struct.new( :fleet_id, :location) SENSITIVE = [] include Aws::Structure end  |