def describe_fleet_location_attributes()

in production-deployment-sample-script/utils/game_lift_client.py [0:0]


    def describe_fleet_location_attributes(self, fleet_id: str, locations):
        callargs = dict(FleetId=fleet_id,
                        Locations=locations)
        return self.client.describe_fleet_location_attributes(**{k: v for k, v in callargs.items() if v is not None})