Class: Aws::GameLift::Types::UpdateFleetPortSettingsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UpdateFleetPortSettingsInput
 
 
- 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 update port settings for.
 - 
  
    
      #inbound_permission_authorizations  ⇒ Array<Types::IpPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of port settings to be added to the fleet resource.
 - 
  
    
      #inbound_permission_revocations  ⇒ Array<Types::IpPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of port settings to be removed from the fleet resource.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
      10398 10399 10400 10401 10402 10403 10404  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10398 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end  | 
  
#inbound_permission_authorizations ⇒ Array<Types::IpPermission>
A collection of port settings to be added to the fleet resource.
      10398 10399 10400 10401 10402 10403 10404  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10398 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end  | 
  
#inbound_permission_revocations ⇒ Array<Types::IpPermission>
A collection of port settings to be removed from the fleet resource.
      10398 10399 10400 10401 10402 10403 10404  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10398 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end  |