Method: Aws::GameLift::Types::UpdateFleetPortSettingsInput#fleet_id
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#fleet_id ⇒ String
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
11898 11899 11900 11901 11902 11903 11904 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11898 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end |